Html Css Color HEX #0241DF Navy Blue

📋 copy color: '#0241DF'

red 2 ◦ green 65 ◦ blue 223

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

Shades of Navy Blue #0241DF

Tints of Navy Blue #0241DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 76.9%

R = 0.69%
G = 22.41%
B = 76.9%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0241DF (or 0x0241DF) is known color: Navy Blue. HEX triplet: 02, 41 and DF. RGB value is (2,65,223). Sum of RGB (Red+Green+Blue) = 2+65+223=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #0241DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0241DF is #FDBE20. Grayscale: #3F3F3F. Windows color (decimal): -16629281 or 14631170. OLE color: 14631170.

HSL color Cylindrical-coordinate representation of color #0241DF: hue angle of 222.9º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0241DF is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 65 223 -
CMYK 0.99 0.71 0 0.13
HSL 222.9º 0.98% 0.44% -
HSV(B) 222.9º 0.99% 0.87% -
XYZ 15.23 9.12 70.77 -
YUV 64.18 217.63 83.65 -
System Red Green Blue C M Y K H S L
Decimal 2 65 223 0.99 0.71 0 0.13 222.9 0.98 0.44
Hex 2 41 DF 63 47 0 D DF 62 2C
Octal 2 101 337 143 107 0 15 337 142 54
Binary 10 1000001 11011111 1100011 1000111 0 1101 11011111 1100010 101100

Color Harmonies of #0241DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0241DF

Black with #0241DF

Text Example


Text Example

White with #0241DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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