Html Css Color HEX #0341ED Navy Blue

📋 copy color: '#0341ED'

red 3 ◦ green 65 ◦ blue 237

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

Shades of Navy Blue #0341ED

Tints of Navy Blue #0341ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.7%

R = 0.98%
G = 21.31%
B = 77.7%

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

#0341ED (or 0x0341ED) is known color: Navy Blue. HEX triplet: 03, 41 and ED. RGB value is (3,65,237). Sum of RGB (Red+Green+Blue) = 3+65+237=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #0341ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0341ED is #FCBE12. Grayscale: #414141. Windows color (decimal): -16563731 or 15548675. OLE color: 15548675.

HSL color Cylindrical-coordinate representation of color #0341ED: hue angle of 224.1º 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 #0341ED is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 65 237 -
CMYK 0.99 0.73 0 0.07
HSL 224.1º 0.98% 0.47% -
HSV(B) 224.1º 0.99% 0.93% -
XYZ 17.21 9.91 81.13 -
YUV 66.07 224.46 83.01 -
System Red Green Blue C M Y K H S L
Decimal 3 65 237 0.99 0.73 0 0.07 224.1 0.98 0.47
Hex 3 41 ED 63 49 0 7 E0 62 2F
Octal 3 101 355 143 111 0 7 340 142 57
Binary 11 1000001 11101101 1100011 1001001 0 111 11100000 1100010 101111

Color Harmonies of #0341ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0341ED

Black with #0341ED

Text Example


Text Example

White with #0341ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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