Html Css Color HEX #023DF3 Navy Blue

📋 copy color: '#023DF3'

red 2 ◦ green 61 ◦ blue 243

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

Shades of Navy Blue #023DF3

Tints of Navy Blue #023DF3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.93%

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

R = 0.65%
G = 19.93%
B = 79.41%

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

#023DF3 (or 0x023DF3) is known color: Navy Blue. HEX triplet: 02, 3D and F3. RGB value is (2,61,243). Sum of RGB (Red+Green+Blue) = 2+61+243=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 243 (95.31% from 255 or 79.41% from 306); Max value from RGB is 243 - color contains mainly: blue. Hex color #023DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023DF3 is #FDC20C. Grayscale: #3F3F3F. Windows color (decimal): -16630285 or 15940866. OLE color: 15940866.

HSL color Cylindrical-coordinate representation of color #023DF3: hue angle of 225.31º 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 #023DF3 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 61 243 -
CMYK 0.99 0.75 0 0.05
HSL 225.31º 0.98% 0.48% -
HSV(B) 225.31º 0.99% 0.95% -
XYZ 17.87 9.82 85.75 -
YUV 64.11 228.95 83.7 -
System Red Green Blue C M Y K H S L
Decimal 2 61 243 0.99 0.75 0 0.05 225.31 0.98 0.48
Hex 2 3D F3 63 4B 0 5 E1 62 30
Octal 2 75 363 143 113 0 5 341 142 60
Binary 10 111101 11110011 1100011 1001011 0 101 11100001 1100010 110000

Color Harmonies of #023DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DF3

Black with #023DF3

Text Example


Text Example

White with #023DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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