Html Css Color HEX #0241EB Navy Blue

📋 copy color: '#0241EB'

red 2 ◦ green 65 ◦ blue 235

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

Shades of Navy Blue #0241EB

Tints of Navy Blue #0241EB

RGB

 RED value IS 2 (1.17% from 255) = 0.66%

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

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

R = 0.66%
G = 21.52%
B = 77.81%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0241EB (or 0x0241EB) is known color: Navy Blue. HEX triplet: 02, 41 and EB. RGB value is (2,65,235). Sum of RGB (Red+Green+Blue) = 2+65+235=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 235 (92.19% from 255 or 77.81% from 302); Max value from RGB is 235 - color contains mainly: blue. Hex color #0241EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0241EB is #FDBE14. Grayscale: #404040. Windows color (decimal): -16629269 or 15417602. OLE color: 15417602.

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

Color convert

RGB 2 65 235 -
CMYK 0.99 0.72 0 0.08
HSL 223.78º 0.98% 0.46% -
HSV(B) 223.78º 0.99% 0.92% -
XYZ 16.91 9.79 79.6 -
YUV 65.54 223.63 82.68 -
System Red Green Blue C M Y K H S L
Decimal 2 65 235 0.99 0.72 0 0.08 223.78 0.98 0.46
Hex 2 41 EB 63 48 0 8 E0 62 2E
Octal 2 101 353 143 110 0 10 340 142 56
Binary 10 1000001 11101011 1100011 1001000 0 1000 11100000 1100010 101110

Color Harmonies of #0241EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241EB

Black with #0241EB

Text Example


Text Example

White with #0241EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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