Html Css Color HEX #023FEC Navy Blue

📋 copy color: '#023FEC'

red 2 ◦ green 63 ◦ blue 236

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

Shades of Navy Blue #023FEC

Tints of Navy Blue #023FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 236 (92.58% from 255) = 78.41%

R = 0.66%
G = 20.93%
B = 78.41%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#023FEC (or 0x023FEC) is known color: Navy Blue. HEX triplet: 02, 3F and EC. RGB value is (2,63,236). Sum of RGB (Red+Green+Blue) = 2+63+236=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #023FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023FEC is #FDC013. Grayscale: #3F3F3F. Windows color (decimal): -16629780 or 15482626. OLE color: 15482626.

HSL color Cylindrical-coordinate representation of color #023FEC: hue angle of 224.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FEC is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 63 236 -
CMYK 0.99 0.73 0 0.07
HSL 224.36º 0.98% 0.47% -
HSV(B) 224.36º 0.99% 0.93% -
XYZ 16.94 9.62 80.32 -
YUV 64.48 224.79 83.43 -
System Red Green Blue C M Y K H S L
Decimal 2 63 236 0.99 0.73 0 0.07 224.36 0.98 0.47
Hex 2 3F EC 63 49 0 7 E0 62 2F
Octal 2 77 354 143 111 0 7 340 142 57
Binary 10 111111 11101100 1100011 1001001 0 111 11100000 1100010 101111

Color Harmonies of #023FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FEC

Black with #023FEC

Text Example


Text Example

White with #023FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023FEC; }

 p { color: rgb(2,63,236); }

 H1.HeaderClassName
 {
   color: #023FEC;
 }
 .AnyTagClassName
 {
   color: #023FEC;
 }
</style>

background-color css

<style>
 a { background-color: #023FEC; }

 a { background-color: rgb(2,63,236); }

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

border-color css

<style>
 span { border-color: #023FEC; }

 span { border-color: rgb(2,63,236); }

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