Html Css Color HEX #0644E0 Navy Blue

📋 copy color: '#0644E0'

red 6 ◦ green 68 ◦ blue 224

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

Shades of Navy Blue #0644E0

Tints of Navy Blue #0644E0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 224 (87.89% from 255) = 75.17%

R = 2.01%
G = 22.82%
B = 75.17%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0644E0 (or 0x0644E0) is known color: Navy Blue. HEX triplet: 06, 44 and E0. RGB value is (6,68,224). Sum of RGB (Red+Green+Blue) = 6+68+224=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 224 (87.89% from 255 or 75.17% from 298); Max value from RGB is 224 - color contains mainly: blue. Hex color #0644E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0644E0 is #F9BB1F. Grayscale: #424242. Windows color (decimal): -16366368 or 14697478. OLE color: 14697478.

HSL color Cylindrical-coordinate representation of color #0644E0: hue angle of 222.94º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0644E0 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 68 224 -
CMYK 0.97 0.70 0 0.12
HSL 222.94º 0.95% 0.45% -
HSV(B) 222.94º 0.97% 0.88% -
XYZ 15.6 9.55 71.54 -
YUV 67.25 216.46 84.32 -
System Red Green Blue C M Y K H S L
Decimal 6 68 224 0.97 0.70 0 0.12 222.94 0.95 0.45
Hex 6 44 E0 61 46 0 C DF 5F 2D
Octal 6 104 340 141 106 0 14 337 137 55
Binary 110 1000100 11100000 1100001 1000110 0 1100 11011111 1011111 101101

Color Harmonies of #0644E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0644E0

Black with #0644E0

Text Example


Text Example

White with #0644E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0644E0; }

 p { color: rgb(6,68,224); }

 H1.HeaderClassName
 {
   color: #0644E0;
 }
 .AnyTagClassName
 {
   color: #0644E0;
 }
</style>

background-color css

<style>
 a { background-color: #0644E0; }

 a { background-color: rgb(6,68,224); }

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

border-color css

<style>
 span { border-color: #0644E0; }

 span { border-color: rgb(6,68,224); }

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