Html Css Color HEX #04107B Navy

📋 copy color: '#04107B'

red 4 ◦ green 16 ◦ blue 123

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

Shades of Navy #04107B

Tints of Navy #04107B

RGB

 RED value IS 4 (1.95% from 255) = 2.8%

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

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

R = 2.8%
G = 11.19%
B = 86.01%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#04107B (or 0x04107B) is known color: Navy. HEX triplet: 04, 10 and 7B. RGB value is (4,16,123). Sum of RGB (Red+Green+Blue) = 4+16+123=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #04107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04107B is #FBEF84. Grayscale: #181818. Windows color (decimal): -16510853 or 8065028. OLE color: 8065028.

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

Color convert

RGB 4 16 123 -
CMYK 0.97 0.87 0 0.52
HSL 233.95º 0.94% 0.25% -
HSV(B) 233.95º 0.97% 0.48% -
XYZ 3.81 1.83 18.89 -
YUV 24.61 183.52 113.3 -
System Red Green Blue C M Y K H S L
Decimal 4 16 123 0.97 0.87 0 0.52 233.95 0.94 0.25
Hex 4 10 7B 61 57 0 34 EA 5E 19
Octal 4 20 173 141 127 0 64 352 136 31
Binary 100 10000 1111011 1100001 1010111 0 110100 11101010 1011110 11001

Color Harmonies of #04107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04107B

Black with #04107B

Text Example


Text Example

White with #04107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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