Html Css Color HEX #0645DB Navy Blue

📋 copy color: '#0645DB'

red 6 ◦ green 69 ◦ blue 219

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

Shades of Navy Blue #0645DB

Tints of Navy Blue #0645DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.49%

R = 2.04%
G = 23.47%
B = 74.49%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0645DB (or 0x0645DB) is known color: Navy Blue. HEX triplet: 06, 45 and DB. RGB value is (6,69,219). Sum of RGB (Red+Green+Blue) = 6+69+219=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #0645DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0645DB is #F9BA24. Grayscale: #424242. Windows color (decimal): -16366117 or 14370054. OLE color: 14370054.

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

Color convert

RGB 6 69 219 -
CMYK 0.97 0.68 0 0.14
HSL 222.25º 0.95% 0.44% -
HSV(B) 222.25º 0.97% 0.86% -
XYZ 14.99 9.41 68.04 -
YUV 67.26 213.63 84.3 -
System Red Green Blue C M Y K H S L
Decimal 6 69 219 0.97 0.68 0 0.14 222.25 0.95 0.44
Hex 6 45 DB 61 44 0 E DE 5F 2C
Octal 6 105 333 141 104 0 16 336 137 54
Binary 110 1000101 11011011 1100001 1000100 0 1110 11011110 1011111 101100

Color Harmonies of #0645DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0645DB

Black with #0645DB

Text Example


Text Example

White with #0645DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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