Html Css Color HEX #0475EC Navy Blue

📋 copy color: '#0475EC'

red 4 ◦ green 117 ◦ blue 236

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

Shades of Navy Blue #0475EC

Tints of Navy Blue #0475EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 236 (92.58% from 255) = 66.11%

R = 1.12%
G = 32.77%
B = 66.11%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0475EC (or 0x0475EC) is known color: Navy Blue. HEX triplet: 04, 75 and EC. RGB value is (4,117,236). Sum of RGB (Red+Green+Blue) = 4+117+236=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #0475EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0475EC is #FB8A13. Grayscale: #606060. Windows color (decimal): -16484884 or 15496452. OLE color: 15496452.

HSL color Cylindrical-coordinate representation of color #0475EC: hue angle of 210.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0475EC is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 117 236 -
CMYK 0.98 0.50 0 0.07
HSL 210.78º 0.97% 0.47% -
HSV(B) 210.78º 0.98% 0.93% -
XYZ 21.55 18.8 81.85 -
YUV 96.78 206.56 61.82 -
System Red Green Blue C M Y K H S L
Decimal 4 117 236 0.98 0.50 0 0.07 210.78 0.97 0.47
Hex 4 75 EC 62 32 0 7 D3 61 2F
Octal 4 165 354 142 62 0 7 323 141 57
Binary 100 1110101 11101100 1100010 110010 0 111 11010011 1100001 101111

Color Harmonies of #0475EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0475EC

Black with #0475EC

Text Example


Text Example

White with #0475EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0475EC; }

 p { color: rgb(4,117,236); }

 H1.HeaderClassName
 {
   color: #0475EC;
 }
 .AnyTagClassName
 {
   color: #0475EC;
 }
</style>

background-color css

<style>
 a { background-color: #0475EC; }

 a { background-color: rgb(4,117,236); }

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

border-color css

<style>
 span { border-color: #0475EC; }

 span { border-color: rgb(4,117,236); }

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