Html Css Color HEX #09067C Navy

📋 copy color: '#09067C'

red 9 ◦ green 6 ◦ blue 124

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

Shades of Navy #09067C

Tints of Navy #09067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.32%

 BLUE value IS 124 (48.83% from 255) = 89.21%

R = 6.47%
G = 4.32%
B = 89.21%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09067C (or 0x09067C) is known color: Navy. HEX triplet: 09, 06 and 7C. RGB value is (9,6,124). Sum of RGB (Red+Green+Blue) = 9+6+124=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 124 (48.83% from 255 or 89.21% from 139); Max value from RGB is 124 - color contains mainly: blue. Hex color #09067C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09067C is #F6F983. Grayscale: #131313. Windows color (decimal): -16185732 or 8128009. OLE color: 8128009.

HSL color Cylindrical-coordinate representation of color #09067C: hue angle of 241.53º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09067C is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 6 124 -
CMYK 0.93 0.95 0 0.51
HSL 241.53º 0.91% 0.25% -
HSV(B) 241.53º 0.95% 0.49% -
XYZ 3.82 1.64 19.18 -
YUV 20.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 9 6 124 0.93 0.95 0 0.51 241.53 0.91 0.25
Hex 9 6 7C 5D 5F 0 33 F2 5B 19
Octal 11 6 174 135 137 0 63 362 133 31
Binary 1001 110 1111100 1011101 1011111 0 110011 11110010 1011011 11001

Color Harmonies of #09067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09067C

Black with #09067C

Text Example


Text Example

White with #09067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09067C; }

 p { color: rgb(9,6,124); }

 H1.HeaderClassName
 {
   color: #09067C;
 }
 .AnyTagClassName
 {
   color: #09067C;
 }
</style>

background-color css

<style>
 a { background-color: #09067C; }

 a { background-color: rgb(9,6,124); }

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

border-color css

<style>
 span { border-color: #09067C; }

 span { border-color: rgb(9,6,124); }

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