Html Css Color HEX #0462BD Navy Blue

📋 copy color: '#0462BD'

red 4 ◦ green 98 ◦ blue 189

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

Shades of Navy Blue #0462BD

Tints of Navy Blue #0462BD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

 BLUE value IS 189 (74.22% from 255) = 64.95%

R = 1.37%
G = 33.68%
B = 64.95%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0462BD (or 0x0462BD) is known color: Navy Blue. HEX triplet: 04, 62 and BD. RGB value is (4,98,189). Sum of RGB (Red+Green+Blue) = 4+98+189=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #0462BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0462BD is #FB9D42. Grayscale: #4F4F4F. Windows color (decimal): -16489795 or 12411396. OLE color: 12411396.

HSL color Cylindrical-coordinate representation of color #0462BD: hue angle of 209.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0462BD is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 98 189 -
CMYK 0.98 0.48 0 0.26
HSL 209.51º 0.96% 0.38% -
HSV(B) 209.51º 0.98% 0.74% -
XYZ 13.6 12.44 49.83 -
YUV 80.27 189.36 73.6 -
System Red Green Blue C M Y K H S L
Decimal 4 98 189 0.98 0.48 0 0.26 209.51 0.96 0.38
Hex 4 62 BD 62 30 0 1A D2 60 26
Octal 4 142 275 142 60 0 32 322 140 46
Binary 100 1100010 10111101 1100010 110000 0 11010 11010010 1100000 100110

Color Harmonies of #0462BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0462BD

Black with #0462BD

Text Example


Text Example

White with #0462BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0462BD; }

 p { color: rgb(4,98,189); }

 H1.HeaderClassName
 {
   color: #0462BD;
 }
 .AnyTagClassName
 {
   color: #0462BD;
 }
</style>

background-color css

<style>
 a { background-color: #0462BD; }

 a { background-color: rgb(4,98,189); }

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

border-color css

<style>
 span { border-color: #0462BD; }

 span { border-color: rgb(4,98,189); }

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