Html Css Color HEX #0341EF Navy Blue

📋 copy color: '#0341EF'

red 3 ◦ green 65 ◦ blue 239

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

Shades of Navy Blue #0341EF

Tints of Navy Blue #0341EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 77.85%

R = 0.98%
G = 21.17%
B = 77.85%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0341EF (or 0x0341EF) is known color: Navy Blue. HEX triplet: 03, 41 and EF. RGB value is (3,65,239). Sum of RGB (Red+Green+Blue) = 3+65+239=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #0341EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0341EF is #FCBE10. Grayscale: #414141. Windows color (decimal): -16563729 or 15679747. OLE color: 15679747.

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

Color convert

RGB 3 65 239 -
CMYK 0.99 0.73 0 0.06
HSL 224.24º 0.98% 0.47% -
HSV(B) 224.24º 0.99% 0.94% -
XYZ 17.51 10.03 82.67 -
YUV 66.3 225.46 82.85 -
System Red Green Blue C M Y K H S L
Decimal 3 65 239 0.99 0.73 0 0.06 224.24 0.98 0.47
Hex 3 41 EF 63 49 0 6 E0 62 2F
Octal 3 101 357 143 111 0 6 340 142 57
Binary 11 1000001 11101111 1100011 1001001 0 110 11100000 1100010 101111

Color Harmonies of #0341EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0341EF

Black with #0341EF

Text Example


Text Example

White with #0341EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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