Html Css Color HEX #0263AE Denim

📋 copy color: '#0263AE'

red 2 ◦ green 99 ◦ blue 174

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

Shades of Denim #0263AE

Tints of Denim #0263AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.27%

R = 0.73%
G = 36%
B = 63.27%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0263AE (or 0x0263AE) is known color: Denim. HEX triplet: 02, 63 and AE. RGB value is (2,99,174). Sum of RGB (Red+Green+Blue) = 2+99+174=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #0263AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0263AE is #FD9C51. Grayscale: #4E4E4E. Windows color (decimal): -16620626 or 11428610. OLE color: 11428610.

HSL color Cylindrical-coordinate representation of color #0263AE: hue angle of 206.16º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0263AE is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 99 174 -
CMYK 0.99 0.43 0 0.32
HSL 206.16º 0.98% 0.35% -
HSV(B) 206.16º 0.99% 0.68% -
XYZ 12.13 11.99 41.72 -
YUV 78.55 181.86 73.4 -
System Red Green Blue C M Y K H S L
Decimal 2 99 174 0.99 0.43 0 0.32 206.16 0.98 0.35
Hex 2 63 AE 63 2B 0 20 CE 62 23
Octal 2 143 256 143 53 0 40 316 142 43
Binary 10 1100011 10101110 1100011 101011 0 100000 11001110 1100010 100011

Color Harmonies of #0263AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0263AE

Black with #0263AE

Text Example


Text Example

White with #0263AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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