Html Css Color HEX #0645EA Navy Blue

📋 copy color: '#0645EA'

red 6 ◦ green 69 ◦ blue 234

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

Shades of Navy Blue #0645EA

Tints of Navy Blue #0645EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 75.73%

R = 1.94%
G = 22.33%
B = 75.73%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0645EA (or 0x0645EA) is known color: Navy Blue. HEX triplet: 06, 45 and EA. RGB value is (6,69,234). Sum of RGB (Red+Green+Blue) = 6+69+234=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #0645EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0645EA is #F9BA15. Grayscale: #444444. Windows color (decimal): -16366102 or 15353094. OLE color: 15353094.

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

Color convert

RGB 6 69 234 -
CMYK 0.97 0.71 0 0.08
HSL 223.42º 0.95% 0.47% -
HSV(B) 223.42º 0.97% 0.92% -
XYZ 17.05 10.24 78.92 -
YUV 68.97 221.13 83.08 -
System Red Green Blue C M Y K H S L
Decimal 6 69 234 0.97 0.71 0 0.08 223.42 0.95 0.47
Hex 6 45 EA 61 47 0 8 DF 5F 2F
Octal 6 105 352 141 107 0 10 337 137 57
Binary 110 1000101 11101010 1100001 1000111 0 1000 11011111 1011111 101111

Color Harmonies of #0645EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0645EA

Black with #0645EA

Text Example


Text Example

White with #0645EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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