Html Css Color HEX #023CF5 Navy Blue

📋 copy color: '#023CF5'

red 2 ◦ green 60 ◦ blue 245

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

Shades of Navy Blue #023CF5

Tints of Navy Blue #023CF5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

 BLUE value IS 245 (96.09% from 255) = 79.8%

R = 0.65%
G = 19.54%
B = 79.8%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#023CF5 (or 0x023CF5) is known color: Navy Blue. HEX triplet: 02, 3C and F5. RGB value is (2,60,245). Sum of RGB (Red+Green+Blue) = 2+60+245=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 245 (96.09% from 255 or 79.80% from 307); Max value from RGB is 245 - color contains mainly: blue. Hex color #023CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023CF5 is #FDC30A. Grayscale: #3E3E3E. Windows color (decimal): -16630539 or 16071682. OLE color: 16071682.

HSL color Cylindrical-coordinate representation of color #023CF5: hue angle of 225.68º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CF5 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 60 245 -
CMYK 0.99 0.76 0 0.04
HSL 225.68º 0.98% 0.48% -
HSV(B) 225.68º 0.99% 0.96% -
XYZ 18.12 9.84 87.33 -
YUV 63.75 230.28 83.96 -
System Red Green Blue C M Y K H S L
Decimal 2 60 245 0.99 0.76 0 0.04 225.68 0.98 0.48
Hex 2 3C F5 63 4C 0 4 E2 62 30
Octal 2 74 365 143 114 0 4 342 142 60
Binary 10 111100 11110101 1100011 1001100 0 100 11100010 1100010 110000

Color Harmonies of #023CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CF5

Black with #023CF5

Text Example


Text Example

White with #023CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,60,245); }

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

background-color css

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

 a { background-color: rgb(2,60,245); }

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

border-color css

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

 span { border-color: rgb(2,60,245); }

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