Html Css Color HEX #0464CE Navy Blue

📋 copy color: '#0464CE'

red 4 ◦ green 100 ◦ blue 206

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

Shades of Navy Blue #0464CE

Tints of Navy Blue #0464CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 1.29%
G = 32.26%
B = 66.45%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0464CE (or 0x0464CE) is known color: Navy Blue. HEX triplet: 04, 64 and CE. RGB value is (4,100,206). Sum of RGB (Red+Green+Blue) = 4+100+206=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #0464CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0464CE is #FB9B31. Grayscale: #525252. Windows color (decimal): -16489266 or 13526020. OLE color: 13526020.

HSL color Cylindrical-coordinate representation of color #0464CE: hue angle of 211.49º 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 #0464CE is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 100 206 -
CMYK 0.98 0.51 0 0.19
HSL 211.49º 0.96% 0.41% -
HSV(B) 211.49º 0.98% 0.81% -
XYZ 15.75 13.6 60.19 -
YUV 83.38 197.2 71.38 -
System Red Green Blue C M Y K H S L
Decimal 4 100 206 0.98 0.51 0 0.19 211.49 0.96 0.41
Hex 4 64 CE 62 33 0 13 D3 60 29
Octal 4 144 316 142 63 0 23 323 140 51
Binary 100 1100100 11001110 1100010 110011 0 10011 11010011 1100000 101001

Color Harmonies of #0464CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0464CE

Black with #0464CE

Text Example


Text Example

White with #0464CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0464CE; }

 p { color: rgb(4,100,206); }

 H1.HeaderClassName
 {
   color: #0464CE;
 }
 .AnyTagClassName
 {
   color: #0464CE;
 }
</style>

background-color css

<style>
 a { background-color: #0464CE; }

 a { background-color: rgb(4,100,206); }

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

border-color css

<style>
 span { border-color: #0464CE; }

 span { border-color: rgb(4,100,206); }

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