Html Css Color HEX #0255BE Denim

📋 copy color: '#0255BE'

red 2 ◦ green 85 ◦ blue 190

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

Shades of Denim #0255BE

Tints of Denim #0255BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 190 (74.61% from 255) = 68.59%

R = 0.72%
G = 30.69%
B = 68.59%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0255BE (or 0x0255BE) is known color: Denim. HEX triplet: 02, 55 and BE. RGB value is (2,85,190). Sum of RGB (Red+Green+Blue) = 2+85+190=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #0255BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255BE is #FDAA41. Grayscale: #474747. Windows color (decimal): -16624194 or 12473602. OLE color: 12473602.

HSL color Cylindrical-coordinate representation of color #0255BE: hue angle of 213.51º 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 #0255BE is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 85 190 -
CMYK 0.99 0.55 0 0.25
HSL 213.51º 0.98% 0.38% -
HSV(B) 213.51º 0.99% 0.75% -
XYZ 12.57 10.23 50.03 -
YUV 72.15 194.5 77.96 -
System Red Green Blue C M Y K H S L
Decimal 2 85 190 0.99 0.55 0 0.25 213.51 0.98 0.38
Hex 2 55 BE 63 37 0 19 D6 62 26
Octal 2 125 276 143 67 0 31 326 142 46
Binary 10 1010101 10111110 1100011 110111 0 11001 11010110 1100010 100110

Color Harmonies of #0255BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0255BE

Black with #0255BE

Text Example


Text Example

White with #0255BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0255BE; }

 p { color: rgb(2,85,190); }

 H1.HeaderClassName
 {
   color: #0255BE;
 }
 .AnyTagClassName
 {
   color: #0255BE;
 }
</style>

background-color css

<style>
 a { background-color: #0255BE; }

 a { background-color: rgb(2,85,190); }

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

border-color css

<style>
 span { border-color: #0255BE; }

 span { border-color: rgb(2,85,190); }

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