Html Css Color HEX #0341EA Navy Blue

📋 copy color: '#0341EA'

red 3 ◦ green 65 ◦ blue 234

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

Shades of Navy Blue #0341EA

Tints of Navy Blue #0341EA

RGB

 RED value IS 3 (1.56% from 255) = 0.99%

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

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

R = 0.99%
G = 21.52%
B = 77.48%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0341EA (or 0x0341EA) is known color: Navy Blue. HEX triplet: 03, 41 and EA. RGB value is (3,65,234). Sum of RGB (Red+Green+Blue) = 3+65+234=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #0341EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0341EA is #FCBE15. Grayscale: #404040. Windows color (decimal): -16563734 or 15352067. OLE color: 15352067.

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

Color convert

RGB 3 65 234 -
CMYK 0.99 0.72 0 0.08
HSL 223.9º 0.97% 0.46% -
HSV(B) 223.9º 0.99% 0.92% -
XYZ 16.78 9.74 78.84 -
YUV 65.73 222.96 83.26 -
System Red Green Blue C M Y K H S L
Decimal 3 65 234 0.99 0.72 0 0.08 223.9 0.97 0.46
Hex 3 41 EA 63 48 0 8 E0 61 2E
Octal 3 101 352 143 110 0 10 340 141 56
Binary 11 1000001 11101010 1100011 1001000 0 1000 11100000 1100001 101110

Color Harmonies of #0341EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0341EA

Black with #0341EA

Text Example


Text Example

White with #0341EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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