Html Css Color HEX #023FE6 Navy Blue

📋 copy color: '#023FE6'

red 2 ◦ green 63 ◦ blue 230

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

Shades of Navy Blue #023FE6

Tints of Navy Blue #023FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 77.97%

R = 0.68%
G = 21.36%
B = 77.97%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#023FE6 (or 0x023FE6) is known color: Navy Blue. HEX triplet: 02, 3F and E6. RGB value is (2,63,230). Sum of RGB (Red+Green+Blue) = 2+63+230=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 230 (90.23% from 255 or 77.97% from 295); Max value from RGB is 230 - color contains mainly: blue. Hex color #023FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023FE6 is #FDC019. Grayscale: #3F3F3F. Windows color (decimal): -16629786 or 15089410. OLE color: 15089410.

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

Color convert

RGB 2 63 230 -
CMYK 0.99 0.73 0 0.10
HSL 223.95º 0.98% 0.45% -
HSV(B) 223.95º 0.99% 0.9% -
XYZ 16.09 9.28 75.81 -
YUV 63.8 221.79 83.92 -
System Red Green Blue C M Y K H S L
Decimal 2 63 230 0.99 0.73 0 0.10 223.95 0.98 0.45
Hex 2 3F E6 63 49 0 A E0 62 2D
Octal 2 77 346 143 111 0 12 340 142 55
Binary 10 111111 11100110 1100011 1001001 0 1010 11100000 1100010 101101

Color Harmonies of #023FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FE6

Black with #023FE6

Text Example


Text Example

White with #023FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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