Html Css Color HEX #064BEC Navy Blue

📋 copy color: '#064BEC'

red 6 ◦ green 75 ◦ blue 236

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

Shades of Navy Blue #064BEC

Tints of Navy Blue #064BEC

RGB

 RED value IS 6 (2.73% from 255) = 1.89%

 GREEN value IS 75 (29.69% from 255) = 23.66%

 BLUE value IS 236 (92.58% from 255) = 74.45%

R = 1.89%
G = 23.66%
B = 74.45%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#064BEC (or 0x064BEC) is known color: Navy Blue. HEX triplet: 06, 4B and EC. RGB value is (6,75,236). Sum of RGB (Red+Green+Blue) = 6+75+236=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #064BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064BEC is #F9B413. Grayscale: #484848. Windows color (decimal): -16364564 or 15485702. OLE color: 15485702.

HSL color Cylindrical-coordinate representation of color #064BEC: hue angle of 222º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064BEC is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 75 236 -
CMYK 0.97 0.68 0 0.07
HSL 222º 0.95% 0.47% -
HSV(B) 222º 0.97% 0.93% -
XYZ 17.73 11.13 80.57 -
YUV 72.72 220.14 80.41 -
System Red Green Blue C M Y K H S L
Decimal 6 75 236 0.97 0.68 0 0.07 222 0.95 0.47
Hex 6 4B EC 61 44 0 7 DE 5F 2F
Octal 6 113 354 141 104 0 7 336 137 57
Binary 110 1001011 11101100 1100001 1000100 0 111 11011110 1011111 101111

Color Harmonies of #064BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064BEC

Black with #064BEC

Text Example


Text Example

White with #064BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064BEC; }

 p { color: rgb(6,75,236); }

 H1.HeaderClassName
 {
   color: #064BEC;
 }
 .AnyTagClassName
 {
   color: #064BEC;
 }
</style>

background-color css

<style>
 a { background-color: #064BEC; }

 a { background-color: rgb(6,75,236); }

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

border-color css

<style>
 span { border-color: #064BEC; }

 span { border-color: rgb(6,75,236); }

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