Html Css Color HEX #0475EB Navy Blue

📋 copy color: '#0475EB'

red 4 ◦ green 117 ◦ blue 235

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

Shades of Navy Blue #0475EB

Tints of Navy Blue #0475EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.01%

R = 1.12%
G = 32.87%
B = 66.01%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0475EB (or 0x0475EB) is known color: Navy Blue. HEX triplet: 04, 75 and EB. RGB value is (4,117,235). Sum of RGB (Red+Green+Blue) = 4+117+235=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #0475EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0475EB is #FB8A14. Grayscale: #606060. Windows color (decimal): -16484885 or 15430916. OLE color: 15430916.

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

Color convert

RGB 4 117 235 -
CMYK 0.98 0.50 0 0.08
HSL 210.65º 0.97% 0.47% -
HSV(B) 210.65º 0.98% 0.92% -
XYZ 21.41 18.75 81.09 -
YUV 96.67 206.06 61.91 -
System Red Green Blue C M Y K H S L
Decimal 4 117 235 0.98 0.50 0 0.08 210.65 0.97 0.47
Hex 4 75 EB 62 32 0 8 D3 61 2F
Octal 4 165 353 142 62 0 10 323 141 57
Binary 100 1110101 11101011 1100010 110010 0 1000 11010011 1100001 101111

Color Harmonies of #0475EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0475EB

Black with #0475EB

Text Example


Text Example

White with #0475EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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