Html Css Color HEX #023CF3 Navy Blue

📋 copy color: '#023CF3'

red 2 ◦ green 60 ◦ blue 243

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

Shades of Navy Blue #023CF3

Tints of Navy Blue #023CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 79.67%

R = 0.66%
G = 19.67%
B = 79.67%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#023CF3 (or 0x023CF3) is known color: Navy Blue. HEX triplet: 02, 3C and F3. RGB value is (2,60,243). Sum of RGB (Red+Green+Blue) = 2+60+243=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 243 (95.31% from 255 or 79.67% from 305); Max value from RGB is 243 - color contains mainly: blue. Hex color #023CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023CF3 is #FDC30C. Grayscale: #3E3E3E. Windows color (decimal): -16630541 or 15940610. OLE color: 15940610.

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

Color convert

RGB 2 60 243 -
CMYK 0.99 0.75 0 0.05
HSL 225.56º 0.98% 0.48% -
HSV(B) 225.56º 0.99% 0.95% -
XYZ 17.82 9.72 85.73 -
YUV 63.52 229.28 84.12 -
System Red Green Blue C M Y K H S L
Decimal 2 60 243 0.99 0.75 0 0.05 225.56 0.98 0.48
Hex 2 3C F3 63 4B 0 5 E2 62 30
Octal 2 74 363 143 113 0 5 342 142 60
Binary 10 111100 11110011 1100011 1001011 0 101 11100010 1100010 110000

Color Harmonies of #023CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CF3

Black with #023CF3

Text Example


Text Example

White with #023CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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