Html Css Color HEX #0253BF Denim

📋 copy color: '#0253BF'

red 2 ◦ green 83 ◦ blue 191

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

Shades of Denim #0253BF

Tints of Denim #0253BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 69.2%

R = 0.72%
G = 30.07%
B = 69.2%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0253BF (or 0x0253BF) is known color: Denim. HEX triplet: 02, 53 and BF. RGB value is (2,83,191). Sum of RGB (Red+Green+Blue) = 2+83+191=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #0253BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0253BF is #FDAC40. Grayscale: #464646. Windows color (decimal): -16624705 or 12538626. OLE color: 12538626.

HSL color Cylindrical-coordinate representation of color #0253BF: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253BF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 83 191 -
CMYK 0.99 0.57 0 0.25
HSL 214.29º 0.98% 0.38% -
HSV(B) 214.29º 0.99% 0.75% -
XYZ 12.52 9.96 50.55 -
YUV 71.09 195.66 78.72 -
System Red Green Blue C M Y K H S L
Decimal 2 83 191 0.99 0.57 0 0.25 214.29 0.98 0.38
Hex 2 53 BF 63 39 0 19 D6 62 26
Octal 2 123 277 143 71 0 31 326 142 46
Binary 10 1010011 10111111 1100011 111001 0 11001 11010110 1100010 100110

Color Harmonies of #0253BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0253BF

Black with #0253BF

Text Example


Text Example

White with #0253BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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