Html Css Color HEX #064CED Navy Blue

📋 copy color: '#064CED'

red 6 ◦ green 76 ◦ blue 237

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

Shades of Navy Blue #064CED

Tints of Navy Blue #064CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.82%

 BLUE value IS 237 (92.97% from 255) = 74.29%

R = 1.88%
G = 23.82%
B = 74.29%

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

#064CED (or 0x064CED) is known color: Navy Blue. HEX triplet: 06, 4C and ED. RGB value is (6,76,237). Sum of RGB (Red+Green+Blue) = 6+76+237=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #064CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064CED is #F9B312. Grayscale: #484848. Windows color (decimal): -16364307 or 15551494. OLE color: 15551494.

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

Color convert

RGB 6 76 237 -
CMYK 0.97 0.68 0 0.07
HSL 221.82º 0.95% 0.48% -
HSV(B) 221.82º 0.97% 0.93% -
XYZ 17.95 11.32 81.36 -
YUV 73.42 220.31 79.91 -
System Red Green Blue C M Y K H S L
Decimal 6 76 237 0.97 0.68 0 0.07 221.82 0.95 0.48
Hex 6 4C ED 61 44 0 7 DE 5F 30
Octal 6 114 355 141 104 0 7 336 137 60
Binary 110 1001100 11101101 1100001 1000100 0 111 11011110 1011111 110000

Color Harmonies of #064CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064CED

Black with #064CED

Text Example


Text Example

White with #064CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,76,237); }

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

background-color css

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

 a { background-color: rgb(6,76,237); }

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

border-color css

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

 span { border-color: rgb(6,76,237); }

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