Html Css Color HEX #0462CF Navy Blue

📋 copy color: '#0462CF'

red 4 ◦ green 98 ◦ blue 207

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

Shades of Navy Blue #0462CF

Tints of Navy Blue #0462CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 1.29%
G = 31.72%
B = 66.99%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0462CF (or 0x0462CF) is known color: Navy Blue. HEX triplet: 04, 62 and CF. RGB value is (4,98,207). Sum of RGB (Red+Green+Blue) = 4+98+207=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #0462CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0462CF is #FB9D30. Grayscale: #515151. Windows color (decimal): -16489777 or 13591044. OLE color: 13591044.

HSL color Cylindrical-coordinate representation of color #0462CF: hue angle of 212.22º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0462CF is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 98 207 -
CMYK 0.98 0.53 0 0.19
HSL 212.22º 0.96% 0.41% -
HSV(B) 212.22º 0.98% 0.81% -
XYZ 15.68 13.27 60.77 -
YUV 82.32 198.36 72.14 -
System Red Green Blue C M Y K H S L
Decimal 4 98 207 0.98 0.53 0 0.19 212.22 0.96 0.41
Hex 4 62 CF 62 35 0 13 D4 60 29
Octal 4 142 317 142 65 0 23 324 140 51
Binary 100 1100010 11001111 1100010 110101 0 10011 11010100 1100000 101001

Color Harmonies of #0462CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0462CF

Black with #0462CF

Text Example


Text Example

White with #0462CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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