Html Css Color HEX #0253D0 Navy Blue

📋 copy color: '#0253D0'

red 2 ◦ green 83 ◦ blue 208

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

Shades of Navy Blue #0253D0

Tints of Navy Blue #0253D0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

 BLUE value IS 208 (81.64% from 255) = 70.99%

R = 0.68%
G = 28.33%
B = 70.99%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0253D0 (or 0x0253D0) is known color: Navy Blue. HEX triplet: 02, 53 and D0. RGB value is (2,83,208). Sum of RGB (Red+Green+Blue) = 2+83+208=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 208 (81.64% from 255 or 70.99% from 293); Max value from RGB is 208 - color contains mainly: blue. Hex color #0253D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253D0 is #FDAC2F. Grayscale: #484848. Windows color (decimal): -16624688 or 13652738. OLE color: 13652738.

HSL color Cylindrical-coordinate representation of color #0253D0: hue angle of 216.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253D0 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 83 208 -
CMYK 0.99 0.60 0 0.18
HSL 216.41º 0.98% 0.41% -
HSV(B) 216.41º 0.99% 0.82% -
XYZ 14.5 10.75 60.99 -
YUV 73.03 204.16 77.34 -
System Red Green Blue C M Y K H S L
Decimal 2 83 208 0.99 0.60 0 0.18 216.41 0.98 0.41
Hex 2 53 D0 63 3C 0 12 D8 62 29
Octal 2 123 320 143 74 0 22 330 142 51
Binary 10 1010011 11010000 1100011 111100 0 10010 11011000 1100010 101001

Color Harmonies of #0253D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0253D0

Black with #0253D0

Text Example


Text Example

White with #0253D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0253D0; }

 p { color: rgb(2,83,208); }

 H1.HeaderClassName
 {
   color: #0253D0;
 }
 .AnyTagClassName
 {
   color: #0253D0;
 }
</style>

background-color css

<style>
 a { background-color: #0253D0; }

 a { background-color: rgb(2,83,208); }

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

border-color css

<style>
 span { border-color: #0253D0; }

 span { border-color: rgb(2,83,208); }

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