Html Css Color HEX #0363B6 Denim

📋 copy color: '#0363B6'

red 3 ◦ green 99 ◦ blue 182

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

Shades of Denim #0363B6

Tints of Denim #0363B6

RGB

 RED value IS 3 (1.56% from 255) = 1.06%

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

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

R = 1.06%
G = 34.86%
B = 64.08%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0363B6 (or 0x0363B6) is known color: Denim. HEX triplet: 03, 63 and B6. RGB value is (3,99,182). Sum of RGB (Red+Green+Blue) = 3+99+182=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 182 (71.48% from 255 or 64.08% from 284); Max value from RGB is 182 - color contains mainly: blue. Hex color #0363B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363B6 is #FC9C49. Grayscale: #4F4F4F. Windows color (decimal): -16555082 or 11952899. OLE color: 11952899.

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

Color convert

RGB 3 99 182 -
CMYK 0.98 0.46 0 0.29
HSL 207.82º 0.97% 0.36% -
HSV(B) 207.82º 0.98% 0.71% -
XYZ 12.94 12.32 45.95 -
YUV 79.76 185.7 73.25 -
System Red Green Blue C M Y K H S L
Decimal 3 99 182 0.98 0.46 0 0.29 207.82 0.97 0.36
Hex 3 63 B6 62 2E 0 1D D0 61 24
Octal 3 143 266 142 56 0 35 320 141 44
Binary 11 1100011 10110110 1100010 101110 0 11101 11010000 1100001 100100

Color Harmonies of #0363B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363B6

Black with #0363B6

Text Example


Text Example

White with #0363B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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