Html Css Color HEX #0341EE Navy Blue

📋 copy color: '#0341EE'

red 3 ◦ green 65 ◦ blue 238

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

Shades of Navy Blue #0341EE

Tints of Navy Blue #0341EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 77.78%

R = 0.98%
G = 21.24%
B = 77.78%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0341EE (or 0x0341EE) is known color: Navy Blue. HEX triplet: 03, 41 and EE. RGB value is (3,65,238). Sum of RGB (Red+Green+Blue) = 3+65+238=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #0341EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0341EE is #FCBE11. Grayscale: #414141. Windows color (decimal): -16563730 or 15614211. OLE color: 15614211.

HSL color Cylindrical-coordinate representation of color #0341EE: hue angle of 224.17º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0341EE is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 65 238 -
CMYK 0.99 0.73 0 0.07
HSL 224.17º 0.98% 0.47% -
HSV(B) 224.17º 0.99% 0.93% -
XYZ 17.36 9.97 81.9 -
YUV 66.18 224.96 82.93 -
System Red Green Blue C M Y K H S L
Decimal 3 65 238 0.99 0.73 0 0.07 224.17 0.98 0.47
Hex 3 41 EE 63 49 0 7 E0 62 2F
Octal 3 101 356 143 111 0 7 340 142 57
Binary 11 1000001 11101110 1100011 1001001 0 111 11100000 1100010 101111

Color Harmonies of #0341EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0341EE

Black with #0341EE

Text Example


Text Example

White with #0341EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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