Html Css Color HEX #023FEE Navy Blue

📋 copy color: '#023FEE'

red 2 ◦ green 63 ◦ blue 238

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

Shades of Navy Blue #023FEE

Tints of Navy Blue #023FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 78.55%

R = 0.66%
G = 20.79%
B = 78.55%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#023FEE (or 0x023FEE) is known color: Navy Blue. HEX triplet: 02, 3F and EE. RGB value is (2,63,238). Sum of RGB (Red+Green+Blue) = 2+63+238=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #023FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023FEE is #FDC011. Grayscale: #3F3F3F. Windows color (decimal): -16629778 or 15613698. OLE color: 15613698.

HSL color Cylindrical-coordinate representation of color #023FEE: hue angle of 224.49º 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 #023FEE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 63 238 -
CMYK 0.99 0.74 0 0.07
HSL 224.49º 0.98% 0.47% -
HSV(B) 224.49º 0.99% 0.93% -
XYZ 17.24 9.74 81.86 -
YUV 64.71 225.79 83.27 -
System Red Green Blue C M Y K H S L
Decimal 2 63 238 0.99 0.74 0 0.07 224.49 0.98 0.47
Hex 2 3F EE 63 4A 0 7 E0 62 2F
Octal 2 77 356 143 112 0 7 340 142 57
Binary 10 111111 11101110 1100011 1001010 0 111 11100000 1100010 101111

Color Harmonies of #023FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FEE

Black with #023FEE

Text Example


Text Example

White with #023FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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