Html Css Color HEX #00107C Navy

📋 copy color: '#00107C'

red 0 ◦ green 16 ◦ blue 124

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

Shades of Navy #00107C

Tints of Navy #00107C

RGB

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

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

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

R = 0%
G = 11.43%
B = 88.57%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#00107C (or 0x00107C) is known color: Navy. HEX triplet: 00, 10 and 7C. RGB value is (0,16,124). Sum of RGB (Red+Green+Blue) = 0+16+124=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 124 (48.83% from 255 or 88.57% from 140); Max value from RGB is 124 - color contains mainly: blue. Hex color #00107C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00107C is #FFEF83. Grayscale: #171717. Windows color (decimal): -16772996 or 8130560. OLE color: 8130560.

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

Color convert

RGB 0 16 124 -
CMYK 1 0.87 0 0.51
HSL 232.26º 1% 0.24% -
HSV(B) 232.26º 1% 0.49% -
XYZ 3.82 1.83 19.22 -
YUV 23.53 184.7 111.22 -
System Red Green Blue C M Y K H S L
Decimal 0 16 124 1 0.87 0 0.51 232.26 1 0.24
Hex 0 10 7C 64 57 0 33 E8 64 18
Octal 0 20 174 144 127 0 63 350 144 30
Binary 0 10000 1111100 1100100 1010111 0 110011 11101000 1100100 11000

Color Harmonies of #00107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00107C

Black with #00107C

Text Example


Text Example

White with #00107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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