Html Css Color HEX #0644DD Navy Blue

📋 copy color: '#0644DD'

red 6 ◦ green 68 ◦ blue 221

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

Shades of Navy Blue #0644DD

Tints of Navy Blue #0644DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.92%

R = 2.03%
G = 23.05%
B = 74.92%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0644DD (or 0x0644DD) is known color: Navy Blue. HEX triplet: 06, 44 and DD. RGB value is (6,68,221). Sum of RGB (Red+Green+Blue) = 6+68+221=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #0644DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0644DD is #F9BB22. Grayscale: #424242. Windows color (decimal): -16366371 or 14500870. OLE color: 14500870.

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

Color convert

RGB 6 68 221 -
CMYK 0.97 0.69 0 0.13
HSL 222.7º 0.95% 0.45% -
HSV(B) 222.7º 0.97% 0.87% -
XYZ 15.19 9.39 69.42 -
YUV 66.9 214.96 84.56 -
System Red Green Blue C M Y K H S L
Decimal 6 68 221 0.97 0.69 0 0.13 222.7 0.95 0.45
Hex 6 44 DD 61 45 0 D DF 5F 2D
Octal 6 104 335 141 105 0 15 337 137 55
Binary 110 1000100 11011101 1100001 1000101 0 1101 11011111 1011111 101101

Color Harmonies of #0644DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0644DD

Black with #0644DD

Text Example


Text Example

White with #0644DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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