Html Css Color HEX #11067B Navy

📋 copy color: '#11067B'

red 17 ◦ green 6 ◦ blue 123

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

Shades of Navy #11067B

Tints of Navy #11067B

RGB

 RED value IS 17 (7.03% from 255) = 11.64%

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

 BLUE value IS 123 (48.44% from 255) = 84.25%

R = 11.64%
G = 4.11%
B = 84.25%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11067B (or 0x11067B) is known color: Navy. HEX triplet: 11, 06 and 7B. RGB value is (17,6,123). Sum of RGB (Red+Green+Blue) = 17+6+123=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 123 (48.44% from 255 or 84.25% from 146); Max value from RGB is 123 - color contains mainly: blue. Hex color #11067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11067B is #EEF984. Grayscale: #161616. Windows color (decimal): -15661445 or 8062481. OLE color: 8062481.

HSL color Cylindrical-coordinate representation of color #11067B: hue angle of 245.64º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11067B is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 6 123 -
CMYK 0.86 0.95 0 0.52
HSL 245.64º 0.91% 0.25% -
HSV(B) 245.64º 0.95% 0.48% -
XYZ 3.87 1.68 18.86 -
YUV 22.63 184.64 123.99 -
System Red Green Blue C M Y K H S L
Decimal 17 6 123 0.86 0.95 0 0.52 245.64 0.91 0.25
Hex 11 6 7B 56 5F 0 34 F6 5B 19
Octal 21 6 173 126 137 0 64 366 133 31
Binary 10001 110 1111011 1010110 1011111 0 110100 11110110 1011011 11001

Color Harmonies of #11067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11067B

Black with #11067B

Text Example


Text Example

White with #11067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11067B; }

 p { color: rgb(17,6,123); }

 H1.HeaderClassName
 {
   color: #11067B;
 }
 .AnyTagClassName
 {
   color: #11067B;
 }
</style>

background-color css

<style>
 a { background-color: #11067B; }

 a { background-color: rgb(17,6,123); }

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

border-color css

<style>
 span { border-color: #11067B; }

 span { border-color: rgb(17,6,123); }

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