Html Css Color HEX #023FEF Navy Blue

📋 copy color: '#023FEF'

red 2 ◦ green 63 ◦ blue 239

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

Shades of Navy Blue #023FEF

Tints of Navy Blue #023FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.62%

R = 0.66%
G = 20.72%
B = 78.62%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#023FEF (or 0x023FEF) is known color: Navy Blue. HEX triplet: 02, 3F and EF. RGB value is (2,63,239). Sum of RGB (Red+Green+Blue) = 2+63+239=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #023FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023FEF is #FDC010. Grayscale: #404040. Windows color (decimal): -16629777 or 15679234. OLE color: 15679234.

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

Color convert

RGB 2 63 239 -
CMYK 0.99 0.74 0 0.06
HSL 224.56º 0.98% 0.47% -
HSV(B) 224.56º 0.99% 0.94% -
XYZ 17.38 9.8 82.64 -
YUV 64.83 226.29 83.19 -
System Red Green Blue C M Y K H S L
Decimal 2 63 239 0.99 0.74 0 0.06 224.56 0.98 0.47
Hex 2 3F EF 63 4A 0 6 E1 62 2F
Octal 2 77 357 143 112 0 6 341 142 57
Binary 10 111111 11101111 1100011 1001010 0 110 11100001 1100010 101111

Color Harmonies of #023FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FEF

Black with #023FEF

Text Example


Text Example

White with #023FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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