Html Css Color HEX #00107B Navy

📋 copy color: '#00107B'

red 0 ◦ green 16 ◦ blue 123

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

Shades of Navy #00107B

Tints of Navy #00107B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 11.51%

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

R = 0%
G = 11.51%
B = 88.49%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#00107B (or 0x00107B) is known color: Navy. HEX triplet: 00, 10 and 7B. RGB value is (0,16,123). Sum of RGB (Red+Green+Blue) = 0+16+123=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 123 (48.44% from 255 or 88.49% from 139); Max value from RGB is 123 - color contains mainly: blue. Hex color #00107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00107B is #FFEF84. Grayscale: #161616. Windows color (decimal): -16772997 or 8065024. OLE color: 8065024.

HSL color Cylindrical-coordinate representation of color #00107B: hue angle of 232.2º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00107B is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 0 16 123 -
CMYK 1 0.87 0 0.52
HSL 232.2º 1% 0.24% -
HSV(B) 232.2º 1% 0.48% -
XYZ 3.76 1.8 18.89 -
YUV 23.41 184.2 111.3 -
System Red Green Blue C M Y K H S L
Decimal 0 16 123 1 0.87 0 0.52 232.2 1 0.24
Hex 0 10 7B 64 57 0 34 E8 64 18
Octal 0 20 173 144 127 0 64 350 144 30
Binary 0 10000 1111011 1100100 1010111 0 110100 11101000 1100100 11000

Color Harmonies of #00107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00107B

Black with #00107B

Text Example


Text Example

White with #00107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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