Html Css Color HEX #0644DC Navy Blue

📋 copy color: '#0644DC'

red 6 ◦ green 68 ◦ blue 220

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

Shades of Navy Blue #0644DC

Tints of Navy Blue #0644DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.83%

R = 2.04%
G = 23.13%
B = 74.83%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0644DC (or 0x0644DC) is known color: Navy Blue. HEX triplet: 06, 44 and DC. RGB value is (6,68,220). Sum of RGB (Red+Green+Blue) = 6+68+220=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #0644DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0644DC is #F9BB23. Grayscale: #424242. Windows color (decimal): -16366372 or 14435334. OLE color: 14435334.

HSL color Cylindrical-coordinate representation of color #0644DC: hue angle of 222.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0644DC is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 68 220 -
CMYK 0.97 0.69 0 0.14
HSL 222.62º 0.95% 0.44% -
HSV(B) 222.62º 0.97% 0.86% -
XYZ 15.06 9.34 68.72 -
YUV 66.79 214.46 84.64 -
System Red Green Blue C M Y K H S L
Decimal 6 68 220 0.97 0.69 0 0.14 222.62 0.95 0.44
Hex 6 44 DC 61 45 0 E DF 5F 2C
Octal 6 104 334 141 105 0 16 337 137 54
Binary 110 1000100 11011100 1100001 1000101 0 1110 11011111 1011111 101100

Color Harmonies of #0644DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0644DC

Black with #0644DC

Text Example


Text Example

White with #0644DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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