Html Css Color HEX #0641EA Navy Blue

📋 copy color: '#0641EA'

red 6 ◦ green 65 ◦ blue 234

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

Shades of Navy Blue #0641EA

Tints of Navy Blue #0641EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

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

R = 1.97%
G = 21.31%
B = 76.72%

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

#0641EA (or 0x0641EA) is known color: Navy Blue. HEX triplet: 06, 41 and EA. RGB value is (6,65,234). Sum of RGB (Red+Green+Blue) = 6+65+234=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 234 (91.80% from 255 or 76.72% from 305); Max value from RGB is 234 - color contains mainly: blue. Hex color #0641EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0641EA is #F9BE15. Grayscale: #414141. Windows color (decimal): -16367126 or 15352070. OLE color: 15352070.

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

Color convert

RGB 6 65 234 -
CMYK 0.97 0.72 0 0.08
HSL 224.47º 0.95% 0.47% -
HSV(B) 224.47º 0.97% 0.92% -
XYZ 16.82 9.76 78.84 -
YUV 66.63 222.45 84.76 -
System Red Green Blue C M Y K H S L
Decimal 6 65 234 0.97 0.72 0 0.08 224.47 0.95 0.47
Hex 6 41 EA 61 48 0 8 E0 5F 2F
Octal 6 101 352 141 110 0 10 340 137 57
Binary 110 1000001 11101010 1100001 1001000 0 1000 11100000 1011111 101111

Color Harmonies of #0641EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0641EA

Black with #0641EA

Text Example


Text Example

White with #0641EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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