Html Css Color HEX #0645DD Navy Blue

📋 copy color: '#0645DD'

red 6 ◦ green 69 ◦ blue 221

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

Shades of Navy Blue #0645DD

Tints of Navy Blue #0645DD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 2.03%
G = 23.31%
B = 74.66%

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

#0645DD (or 0x0645DD) is known color: Navy Blue. HEX triplet: 06, 45 and DD. RGB value is (6,69,221). Sum of RGB (Red+Green+Blue) = 6+69+221=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #0645DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0645DD is #F9BA22. Grayscale: #424242. Windows color (decimal): -16366115 or 14501126. OLE color: 14501126.

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

Color convert

RGB 6 69 221 -
CMYK 0.97 0.69 0 0.13
HSL 222.42º 0.95% 0.45% -
HSV(B) 222.42º 0.97% 0.87% -
XYZ 15.25 9.52 69.44 -
YUV 67.49 214.63 84.14 -
System Red Green Blue C M Y K H S L
Decimal 6 69 221 0.97 0.69 0 0.13 222.42 0.95 0.45
Hex 6 45 DD 61 45 0 D DE 5F 2D
Octal 6 105 335 141 105 0 15 336 137 55
Binary 110 1000101 11011101 1100001 1000101 0 1101 11011110 1011111 101101

Color Harmonies of #0645DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0645DD

Black with #0645DD

Text Example


Text Example

White with #0645DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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