Html Css Color HEX #0475BF Navy Blue

📋 copy color: '#0475BF'

red 4 ◦ green 117 ◦ blue 191

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

Shades of Navy Blue #0475BF

Tints of Navy Blue #0475BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.22%

R = 1.28%
G = 37.5%
B = 61.22%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0475BF (or 0x0475BF) is known color: Navy Blue. HEX triplet: 04, 75 and BF. RGB value is (4,117,191). Sum of RGB (Red+Green+Blue) = 4+117+191=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #0475BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0475BF is #FB8A40. Grayscale: #5B5B5B. Windows color (decimal): -16484929 or 12547332. OLE color: 12547332.

HSL color Cylindrical-coordinate representation of color #0475BF: hue angle of 203.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0475BF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 117 191 -
CMYK 0.98 0.39 0 0.25
HSL 203.74º 0.96% 0.38% -
HSV(B) 203.74º 0.98% 0.75% -
XYZ 15.82 16.51 51.64 -
YUV 91.65 184.06 65.48 -
System Red Green Blue C M Y K H S L
Decimal 4 117 191 0.98 0.39 0 0.25 203.74 0.96 0.38
Hex 4 75 BF 62 27 0 19 CC 60 26
Octal 4 165 277 142 47 0 31 314 140 46
Binary 100 1110101 10111111 1100010 100111 0 11001 11001100 1100000 100110

Color Harmonies of #0475BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0475BF

Black with #0475BF

Text Example


Text Example

White with #0475BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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