Html Css Color HEX #0241FF Navy Blue

📋 copy color: '#0241FF'

red 2 ◦ green 65 ◦ blue 255

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

Shades of Navy Blue #0241FF

Tints of Navy Blue #0241FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 79.19%

R = 0.62%
G = 20.19%
B = 79.19%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0241FF (or 0x0241FF) is known color: Navy Blue. HEX triplet: 02, 41 and FF. RGB value is (2,65,255). Sum of RGB (Red+Green+Blue) = 2+65+255=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #0241FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0241FF is #FDBE00. Grayscale: #434343. Windows color (decimal): -16629249 or 16728322. OLE color: 16728322.

HSL color Cylindrical-coordinate representation of color #0241FF: hue angle of 225.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0241FF is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 65 255 -
CMYK 0.99 0.75 0 0
HSL 225.06º 1% 0.5% -
HSV(B) 225.06º 0.99% 1% -
XYZ 19.97 11.01 95.68 -
YUV 67.82 233.63 81.05 -
System Red Green Blue C M Y K H S L
Decimal 2 65 255 0.99 0.75 0 0 225.06 1 0.5
Hex 2 41 FF 63 4B 0 0 E1 64 32
Octal 2 101 377 143 113 0 0 341 144 62
Binary 10 1000001 11111111 1100011 1001011 0 0 11100001 1100100 110010

Color Harmonies of #0241FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241FF

Black with #0241FF

Text Example


Text Example

White with #0241FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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