Html Css Color HEX #0263B6 Denim

📋 copy color: '#0263B6'

red 2 ◦ green 99 ◦ blue 182

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

Shades of Denim #0263B6

Tints of Denim #0263B6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

 BLUE value IS 182 (71.48% from 255) = 64.31%

R = 0.71%
G = 34.98%
B = 64.31%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0263B6 (or 0x0263B6) is known color: Denim. HEX triplet: 02, 63 and B6. RGB value is (2,99,182). Sum of RGB (Red+Green+Blue) = 2+99+182=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #0263B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0263B6 is #FD9C49. Grayscale: #4F4F4F. Windows color (decimal): -16620618 or 11952898. OLE color: 11952898.

HSL color Cylindrical-coordinate representation of color #0263B6: hue angle of 207.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263B6 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 99 182 -
CMYK 0.99 0.46 0 0.29
HSL 207.67º 0.98% 0.36% -
HSV(B) 207.67º 0.99% 0.71% -
XYZ 12.93 12.31 45.95 -
YUV 79.46 185.86 72.75 -
System Red Green Blue C M Y K H S L
Decimal 2 99 182 0.99 0.46 0 0.29 207.67 0.98 0.36
Hex 2 63 B6 63 2E 0 1D D0 62 24
Octal 2 143 266 143 56 0 35 320 142 44
Binary 10 1100011 10110110 1100011 101110 0 11101 11010000 1100010 100100

Color Harmonies of #0263B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263B6

Black with #0263B6

Text Example


Text Example

White with #0263B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0263B6; }

 p { color: rgb(2,99,182); }

 H1.HeaderClassName
 {
   color: #0263B6;
 }
 .AnyTagClassName
 {
   color: #0263B6;
 }
</style>

background-color css

<style>
 a { background-color: #0263B6; }

 a { background-color: rgb(2,99,182); }

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

border-color css

<style>
 span { border-color: #0263B6; }

 span { border-color: rgb(2,99,182); }

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