Html Css Color HEX #09327A Dark Cerulean

📋 copy color: '#09327A'

red 9 ◦ green 50 ◦ blue 122

#09327A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #09327A

Tints of Dark Cerulean #09327A

RGB

 RED value IS 9 (3.91% from 255) = 4.97%

 GREEN value IS 50 (19.92% from 255) = 27.62%

 BLUE value IS 122 (48.05% from 255) = 67.4%

R = 4.97%
G = 27.62%
B = 67.4%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09327A (or 0x09327A) is known color: Dark Cerulean. HEX triplet: 09, 32 and 7A. RGB value is (9,50,122). Sum of RGB (Red+Green+Blue) = 9+50+122=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #09327A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09327A is #F6CD85. Grayscale: #2D2D2D. Windows color (decimal): -16174470 or 8008201. OLE color: 8008201.

HSL color Cylindrical-coordinate representation of color #09327A: hue angle of 218.23º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09327A is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 50 122 -
CMYK 0.93 0.59 0 0.52
HSL 218.23º 0.86% 0.26% -
HSV(B) 218.23º 0.93% 0.48% -
XYZ 4.77 3.74 18.88 -
YUV 45.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 9 50 122 0.93 0.59 0 0.52 218.23 0.86 0.26
Hex 9 32 7A 5D 3B 0 34 DA 56 1A
Octal 11 62 172 135 73 0 64 332 126 32
Binary 1001 110010 1111010 1011101 111011 0 110100 11011010 1010110 11010

Color Harmonies of #09327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09327A

Black with #09327A

Text Example


Text Example

White with #09327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09327A; }

 p { color: rgb(9,50,122); }

 H1.HeaderClassName
 {
   color: #09327A;
 }
 .AnyTagClassName
 {
   color: #09327A;
 }
</style>

background-color css

<style>
 a { background-color: #09327A; }

 a { background-color: rgb(9,50,122); }

 div.DivClassName
 {
   background-color: #09327A;
 }
 .BgClassName
 {
   background-color: #09327A;
 }
</style>

border-color css

<style>
 span { border-color: #09327A; }

 span { border-color: rgb(9,50,122); }

 td.TdClassName
 {
   border-color: #09327A;
 }
 .TagClassName
 {
   border-color: #09327A;
 }
</style>