Html Css Color HEX #0253CE Navy Blue

📋 copy color: '#0253CE'

red 2 ◦ green 83 ◦ blue 206

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

Shades of Navy Blue #0253CE

Tints of Navy Blue #0253CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.79%

R = 0.69%
G = 28.52%
B = 70.79%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0253CE (or 0x0253CE) is known color: Navy Blue. HEX triplet: 02, 53 and CE. RGB value is (2,83,206). Sum of RGB (Red+Green+Blue) = 2+83+206=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #0253CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253CE is #FDAC31. Grayscale: #484848. Windows color (decimal): -16624690 or 13521666. OLE color: 13521666.

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

Color convert

RGB 2 83 206 -
CMYK 0.99 0.60 0 0.19
HSL 216.18º 0.98% 0.41% -
HSV(B) 216.18º 0.99% 0.81% -
XYZ 14.26 10.66 59.7 -
YUV 72.8 203.16 77.5 -
System Red Green Blue C M Y K H S L
Decimal 2 83 206 0.99 0.60 0 0.19 216.18 0.98 0.41
Hex 2 53 CE 63 3C 0 13 D8 62 29
Octal 2 123 316 143 74 0 23 330 142 51
Binary 10 1010011 11001110 1100011 111100 0 10011 11011000 1100010 101001

Color Harmonies of #0253CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0253CE

Black with #0253CE

Text Example


Text Example

White with #0253CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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