Html Css Color HEX #023EEA Navy Blue

📋 copy color: '#023EEA'

red 2 ◦ green 62 ◦ blue 234

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

Shades of Navy Blue #023EEA

Tints of Navy Blue #023EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.81%

 BLUE value IS 234 (91.8% from 255) = 78.52%

R = 0.67%
G = 20.81%
B = 78.52%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#023EEA (or 0x023EEA) is known color: Navy Blue. HEX triplet: 02, 3E and EA. RGB value is (2,62,234). Sum of RGB (Red+Green+Blue) = 2+62+234=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 234 (91.80% from 255 or 78.52% from 298); Max value from RGB is 234 - color contains mainly: blue. Hex color #023EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023EEA is #FDC115. Grayscale: #3E3E3E. Windows color (decimal): -16630038 or 15351298. OLE color: 15351298.

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

Color convert

RGB 2 62 234 -
CMYK 0.99 0.74 0 0.08
HSL 224.48º 0.98% 0.46% -
HSV(B) 224.48º 0.99% 0.92% -
XYZ 16.6 9.4 78.78 -
YUV 63.67 224.12 84.01 -
System Red Green Blue C M Y K H S L
Decimal 2 62 234 0.99 0.74 0 0.08 224.48 0.98 0.46
Hex 2 3E EA 63 4A 0 8 E0 62 2E
Octal 2 76 352 143 112 0 10 340 142 56
Binary 10 111110 11101010 1100011 1001010 0 1000 11100000 1100010 101110

Color Harmonies of #023EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EEA

Black with #023EEA

Text Example


Text Example

White with #023EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,62,234); }

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

background-color css

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

 a { background-color: rgb(2,62,234); }

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

border-color css

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

 span { border-color: rgb(2,62,234); }

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