Html Css Color HEX #0141EB Navy Blue

📋 copy color: '#0141EB'

red 1 ◦ green 65 ◦ blue 235

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

Shades of Navy Blue #0141EB

Tints of Navy Blue #0141EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 78.07%

R = 0.33%
G = 21.59%
B = 78.07%

CMYK

 C value IS 1.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0141EB (or 0x0141EB) is known color: Navy Blue. HEX triplet: 01, 41 and EB. RGB value is (1,65,235). Sum of RGB (Red+Green+Blue) = 1+65+235=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #0141EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0141EB is #FEBE14. Grayscale: #404040. Windows color (decimal): -16694805 or 15417601. OLE color: 15417601.

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

Color convert

RGB 1 65 235 -
CMYK 1.00 0.72 0 0.08
HSL 223.59º 0.99% 0.46% -
HSV(B) 223.59º 1% 0.92% -
XYZ 16.9 9.79 79.6 -
YUV 65.24 223.8 82.18 -
System Red Green Blue C M Y K H S L
Decimal 1 65 235 1.00 0.72 0 0.08 223.59 0.99 0.46
Hex 1 41 EB 64 48 0 8 E0 63 2E
Octal 1 101 353 144 110 0 10 340 143 56
Binary 1 1000001 11101011 1100100 1001000 0 1000 11100000 1100011 101110

Color Harmonies of #0141EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0141EB

Black with #0141EB

Text Example


Text Example

White with #0141EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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