Html Css Color HEX #10067B Navy

📋 copy color: '#10067B'

red 16 ◦ green 6 ◦ blue 123

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

Shades of Navy #10067B

Tints of Navy #10067B

RGB

 RED value IS 16 (6.64% from 255) = 11.03%

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

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

R = 11.03%
G = 4.14%
B = 84.83%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#10067B (or 0x10067B) is known color: Navy. HEX triplet: 10, 06 and 7B. RGB value is (16,6,123). Sum of RGB (Red+Green+Blue) = 16+6+123=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 123 (48.44% from 255 or 84.83% from 145); Max value from RGB is 123 - color contains mainly: blue. Hex color #10067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10067B is #EFF984. Grayscale: #151515. Windows color (decimal): -15726981 or 8062480. OLE color: 8062480.

HSL color Cylindrical-coordinate representation of color #10067B: hue angle of 245.13º 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 #10067B is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 16 6 123 -
CMYK 0.87 0.95 0 0.52
HSL 245.13º 0.91% 0.25% -
HSV(B) 245.13º 0.95% 0.48% -
XYZ 3.85 1.67 18.86 -
YUV 22.33 184.81 123.49 -
System Red Green Blue C M Y K H S L
Decimal 16 6 123 0.87 0.95 0 0.52 245.13 0.91 0.25
Hex 10 6 7B 57 5F 0 34 F5 5B 19
Octal 20 6 173 127 137 0 64 365 133 31
Binary 10000 110 1111011 1010111 1011111 0 110100 11110101 1011011 11001

Color Harmonies of #10067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10067B

Black with #10067B

Text Example


Text Example

White with #10067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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