Html Css Color HEX #0141EF Navy Blue

📋 copy color: '#0141EF'

red 1 ◦ green 65 ◦ blue 239

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

Shades of Navy Blue #0141EF

Tints of Navy Blue #0141EF

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

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

R = 0.33%
G = 21.31%
B = 78.36%

CMYK

 C value IS 1.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0141EF (or 0x0141EF) is known color: Navy Blue. HEX triplet: 01, 41 and EF. RGB value is (1,65,239). Sum of RGB (Red+Green+Blue) = 1+65+239=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #0141EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0141EF is #FEBE10. Grayscale: #404040. Windows color (decimal): -16694801 or 15679745. OLE color: 15679745.

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

Color convert

RGB 1 65 239 -
CMYK 1.00 0.73 0 0.06
HSL 223.87º 0.99% 0.47% -
HSV(B) 223.87º 1% 0.94% -
XYZ 17.48 10.02 82.67 -
YUV 65.7 225.8 81.85 -
System Red Green Blue C M Y K H S L
Decimal 1 65 239 1.00 0.73 0 0.06 223.87 0.99 0.47
Hex 1 41 EF 64 49 0 6 E0 63 2F
Octal 1 101 357 144 111 0 6 340 143 57
Binary 1 1000001 11101111 1100100 1001001 0 110 11100000 1100011 101111

Color Harmonies of #0141EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0141EF

Black with #0141EF

Text Example


Text Example

White with #0141EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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