Html Css Color HEX #0241FA Navy Blue

📋 copy color: '#0241FA'

red 2 ◦ green 65 ◦ blue 250

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

Shades of Navy Blue #0241FA

Tints of Navy Blue #0241FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 78.86%

R = 0.63%
G = 20.5%
B = 78.86%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0241FA (or 0x0241FA) is known color: Navy Blue. HEX triplet: 02, 41 and FA. RGB value is (2,65,250). Sum of RGB (Red+Green+Blue) = 2+65+250=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 250 (98.05% from 255 or 78.86% from 317); Max value from RGB is 250 - color contains mainly: blue. Hex color #0241FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0241FA is #FDBE05. Grayscale: #424242. Windows color (decimal): -16629254 or 16400642. OLE color: 16400642.

HSL color Cylindrical-coordinate representation of color #0241FA: hue angle of 224.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0241FA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 65 250 -
CMYK 0.99 0.74 0 0.02
HSL 224.76º 0.98% 0.49% -
HSV(B) 224.76º 0.99% 0.98% -
XYZ 19.17 10.7 91.5 -
YUV 67.25 231.13 81.46 -
System Red Green Blue C M Y K H S L
Decimal 2 65 250 0.99 0.74 0 0.02 224.76 0.98 0.49
Hex 2 41 FA 63 4A 0 2 E1 62 31
Octal 2 101 372 143 112 0 2 341 142 61
Binary 10 1000001 11111010 1100011 1001010 0 10 11100001 1100010 110001

Color Harmonies of #0241FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241FA

Black with #0241FA

Text Example


Text Example

White with #0241FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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