Html Css Color HEX #064BF2 Navy Blue

📋 copy color: '#064BF2'

red 6 ◦ green 75 ◦ blue 242

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

Shades of Navy Blue #064BF2

Tints of Navy Blue #064BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 74.92%

R = 1.86%
G = 23.22%
B = 74.92%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#064BF2 (or 0x064BF2) is known color: Navy Blue. HEX triplet: 06, 4B and F2. RGB value is (6,75,242). Sum of RGB (Red+Green+Blue) = 6+75+242=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 242 (94.92% from 255 or 74.92% from 323); Max value from RGB is 242 - color contains mainly: blue. Hex color #064BF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #064BF2 is #F9B40D. Grayscale: #484848. Windows color (decimal): -16364558 or 15878918. OLE color: 15878918.

HSL color Cylindrical-coordinate representation of color #064BF2: hue angle of 222.46º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #064BF2 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 75 242 -
CMYK 0.98 0.69 0 0.05
HSL 222.46º 0.95% 0.49% -
HSV(B) 222.46º 0.98% 0.95% -
XYZ 18.62 11.48 85.24 -
YUV 73.41 223.14 79.92 -
System Red Green Blue C M Y K H S L
Decimal 6 75 242 0.98 0.69 0 0.05 222.46 0.95 0.49
Hex 6 4B F2 62 45 0 5 DE 5F 31
Octal 6 113 362 142 105 0 5 336 137 61
Binary 110 1001011 11110010 1100010 1000101 0 101 11011110 1011111 110001

Color Harmonies of #064BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064BF2

Black with #064BF2

Text Example


Text Example

White with #064BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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