Html Css Color HEX #0462DF Navy Blue

📋 copy color: '#0462DF'

red 4 ◦ green 98 ◦ blue 223

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

Shades of Navy Blue #0462DF

Tints of Navy Blue #0462DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 1.23%
G = 30.15%
B = 68.62%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0462DF (or 0x0462DF) is known color: Navy Blue. HEX triplet: 04, 62 and DF. RGB value is (4,98,223). Sum of RGB (Red+Green+Blue) = 4+98+223=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #0462DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0462DF is #FB9D20. Grayscale: #535353. Windows color (decimal): -16489761 or 14639620. OLE color: 14639620.

HSL color Cylindrical-coordinate representation of color #0462DF: hue angle of 214.25º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0462DF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 98 223 -
CMYK 0.98 0.56 0 0.13
HSL 214.25º 0.96% 0.45% -
HSV(B) 214.25º 0.98% 0.87% -
XYZ 17.74 14.09 71.6 -
YUV 84.14 206.36 70.84 -
System Red Green Blue C M Y K H S L
Decimal 4 98 223 0.98 0.56 0 0.13 214.25 0.96 0.45
Hex 4 62 DF 62 38 0 D D6 60 2D
Octal 4 142 337 142 70 0 15 326 140 55
Binary 100 1100010 11011111 1100010 111000 0 1101 11010110 1100000 101101

Color Harmonies of #0462DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0462DF

Black with #0462DF

Text Example


Text Example

White with #0462DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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