Html Css Color HEX #0645EF Navy Blue

📋 copy color: '#0645EF'

red 6 ◦ green 69 ◦ blue 239

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

Shades of Navy Blue #0645EF

Tints of Navy Blue #0645EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 76.11%

R = 1.91%
G = 21.97%
B = 76.11%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0645EF (or 0x0645EF) is known color: Navy Blue. HEX triplet: 06, 45 and EF. RGB value is (6,69,239). Sum of RGB (Red+Green+Blue) = 6+69+239=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #0645EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0645EF is #F9BA10. Grayscale: #444444. Windows color (decimal): -16366097 or 15680774. OLE color: 15680774.

HSL color Cylindrical-coordinate representation of color #0645EF: hue angle of 223.78º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0645EF is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 69 239 -
CMYK 0.97 0.71 0 0.06
HSL 223.78º 0.95% 0.48% -
HSV(B) 223.78º 0.97% 0.94% -
XYZ 17.78 10.53 82.76 -
YUV 69.54 223.63 82.68 -
System Red Green Blue C M Y K H S L
Decimal 6 69 239 0.97 0.71 0 0.06 223.78 0.95 0.48
Hex 6 45 EF 61 47 0 6 E0 5F 30
Octal 6 105 357 141 107 0 6 340 137 60
Binary 110 1000101 11101111 1100001 1000111 0 110 11100000 1011111 110000

Color Harmonies of #0645EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0645EF

Black with #0645EF

Text Example


Text Example

White with #0645EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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