Html Css Color HEX #0464CF Navy Blue

📋 copy color: '#0464CF'

red 4 ◦ green 100 ◦ blue 207

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

Shades of Navy Blue #0464CF

Tints of Navy Blue #0464CF

RGB

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

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

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

R = 1.29%
G = 32.15%
B = 66.56%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0464CF (or 0x0464CF) is known color: Navy Blue. HEX triplet: 04, 64 and CF. RGB value is (4,100,207). Sum of RGB (Red+Green+Blue) = 4+100+207=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #0464CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0464CF is #FB9B30. Grayscale: #525252. Windows color (decimal): -16489265 or 13591556. OLE color: 13591556.

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

Color convert

RGB 4 100 207 -
CMYK 0.98 0.52 0 0.19
HSL 211.63º 0.96% 0.41% -
HSV(B) 211.63º 0.98% 0.81% -
XYZ 15.87 13.65 60.83 -
YUV 83.49 197.7 71.3 -
System Red Green Blue C M Y K H S L
Decimal 4 100 207 0.98 0.52 0 0.19 211.63 0.96 0.41
Hex 4 64 CF 62 34 0 13 D4 60 29
Octal 4 144 317 142 64 0 23 324 140 51
Binary 100 1100100 11001111 1100010 110100 0 10011 11010100 1100000 101001

Color Harmonies of #0464CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0464CF

Black with #0464CF

Text Example


Text Example

White with #0464CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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