Html Css Color HEX #0645E9 Navy Blue

📋 copy color: '#0645E9'

red 6 ◦ green 69 ◦ blue 233

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

Shades of Navy Blue #0645E9

Tints of Navy Blue #0645E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 75.65%

R = 1.95%
G = 22.4%
B = 75.65%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0645E9 (or 0x0645E9) is known color: Navy Blue. HEX triplet: 06, 45 and E9. RGB value is (6,69,233). Sum of RGB (Red+Green+Blue) = 6+69+233=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 233 (91.41% from 255 or 75.65% from 308); Max value from RGB is 233 - color contains mainly: blue. Hex color #0645E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0645E9 is #F9BA16. Grayscale: #444444. Windows color (decimal): -16366103 or 15287558. OLE color: 15287558.

HSL color Cylindrical-coordinate representation of color #0645E9: hue angle of 223.35º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0645E9 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 69 233 -
CMYK 0.97 0.70 0 0.09
HSL 223.35º 0.95% 0.47% -
HSV(B) 223.35º 0.97% 0.91% -
XYZ 16.91 10.18 78.16 -
YUV 68.86 220.63 83.16 -
System Red Green Blue C M Y K H S L
Decimal 6 69 233 0.97 0.70 0 0.09 223.35 0.95 0.47
Hex 6 45 E9 61 46 0 9 DF 5F 2F
Octal 6 105 351 141 106 0 11 337 137 57
Binary 110 1000101 11101001 1100001 1000110 0 1001 11011111 1011111 101111

Color Harmonies of #0645E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0645E9

Black with #0645E9

Text Example


Text Example

White with #0645E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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