Html Css Color HEX #0242DF Navy Blue

📋 copy color: '#0242DF'

red 2 ◦ green 66 ◦ blue 223

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

Shades of Navy Blue #0242DF

Tints of Navy Blue #0242DF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

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

R = 0.69%
G = 22.68%
B = 76.63%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0242DF (or 0x0242DF) is known color: Navy Blue. HEX triplet: 02, 42 and DF. RGB value is (2,66,223). Sum of RGB (Red+Green+Blue) = 2+66+223=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #0242DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0242DF is #FDBD20. Grayscale: #404040. Windows color (decimal): -16629025 or 14631426. OLE color: 14631426.

HSL color Cylindrical-coordinate representation of color #0242DF: hue angle of 222.62º 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 #0242DF is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 66 223 -
CMYK 0.99 0.70 0 0.13
HSL 222.62º 0.98% 0.44% -
HSV(B) 222.62º 0.99% 0.87% -
XYZ 15.29 9.24 70.79 -
YUV 64.76 217.3 83.23 -
System Red Green Blue C M Y K H S L
Decimal 2 66 223 0.99 0.70 0 0.13 222.62 0.98 0.44
Hex 2 42 DF 63 46 0 D DF 62 2C
Octal 2 102 337 143 106 0 15 337 142 54
Binary 10 1000010 11011111 1100011 1000110 0 1101 11011111 1100010 101100

Color Harmonies of #0242DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0242DF

Black with #0242DF

Text Example


Text Example

White with #0242DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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