Html Css Color HEX #0644DF Navy Blue

📋 copy color: '#0644DF'

red 6 ◦ green 68 ◦ blue 223

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

Shades of Navy Blue #0644DF

Tints of Navy Blue #0644DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.08%

R = 2.02%
G = 22.9%
B = 75.08%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0644DF (or 0x0644DF) is known color: Navy Blue. HEX triplet: 06, 44 and DF. RGB value is (6,68,223). Sum of RGB (Red+Green+Blue) = 6+68+223=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #0644DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0644DF is #F9BB20. Grayscale: #424242. Windows color (decimal): -16366369 or 14631942. OLE color: 14631942.

HSL color Cylindrical-coordinate representation of color #0644DF: hue angle of 222.86º 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 #0644DF is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 68 223 -
CMYK 0.97 0.70 0 0.13
HSL 222.86º 0.95% 0.45% -
HSV(B) 222.86º 0.97% 0.87% -
XYZ 15.46 9.5 70.83 -
YUV 67.13 215.96 84.4 -
System Red Green Blue C M Y K H S L
Decimal 6 68 223 0.97 0.70 0 0.13 222.86 0.95 0.45
Hex 6 44 DF 61 46 0 D DF 5F 2D
Octal 6 104 337 141 106 0 15 337 137 55
Binary 110 1000100 11011111 1100001 1000110 0 1101 11011111 1011111 101101

Color Harmonies of #0644DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0644DF

Black with #0644DF

Text Example


Text Example

White with #0644DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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