Html Css Color HEX #0642EA Navy Blue

📋 copy color: '#0642EA'

red 6 ◦ green 66 ◦ blue 234

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

Shades of Navy Blue #0642EA

Tints of Navy Blue #0642EA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 1.96%
G = 21.57%
B = 76.47%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0642EA (or 0x0642EA) is known color: Navy Blue. HEX triplet: 06, 42 and EA. RGB value is (6,66,234). Sum of RGB (Red+Green+Blue) = 6+66+234=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #0642EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0642EA is #F9BD15. Grayscale: #424242. Windows color (decimal): -16366870 or 15352326. OLE color: 15352326.

HSL color Cylindrical-coordinate representation of color #0642EA: hue angle of 224.21º 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 #0642EA is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 6 66 234 -
CMYK 0.97 0.72 0 0.08
HSL 224.21º 0.95% 0.47% -
HSV(B) 224.21º 0.97% 0.92% -
XYZ 16.87 9.88 78.86 -
YUV 67.21 222.12 84.34 -
System Red Green Blue C M Y K H S L
Decimal 6 66 234 0.97 0.72 0 0.08 224.21 0.95 0.47
Hex 6 42 EA 61 48 0 8 E0 5F 2F
Octal 6 102 352 141 110 0 10 340 137 57
Binary 110 1000010 11101010 1100001 1001000 0 1000 11100000 1011111 101111

Color Harmonies of #0642EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0642EA

Black with #0642EA

Text Example


Text Example

White with #0642EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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