Html Css Color HEX #0363AC Denim

📋 copy color: '#0363AC'

red 3 ◦ green 99 ◦ blue 172

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

Shades of Denim #0363AC

Tints of Denim #0363AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 1.09%
G = 36.13%
B = 62.77%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0363AC (or 0x0363AC) is known color: Denim. HEX triplet: 03, 63 and AC. RGB value is (3,99,172). Sum of RGB (Red+Green+Blue) = 3+99+172=274 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #0363AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0363AC is #FC9C53. Grayscale: #4E4E4E. Windows color (decimal): -16555092 or 11297539. OLE color: 11297539.

HSL color Cylindrical-coordinate representation of color #0363AC: hue angle of 205.92º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0363AC is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 99 172 -
CMYK 0.98 0.42 0 0.33
HSL 205.92º 0.97% 0.34% -
HSV(B) 205.92º 0.98% 0.67% -
XYZ 11.95 11.92 40.7 -
YUV 78.62 180.7 74.06 -
System Red Green Blue C M Y K H S L
Decimal 3 99 172 0.98 0.42 0 0.33 205.92 0.97 0.34
Hex 3 63 AC 62 2A 0 21 CE 61 22
Octal 3 143 254 142 52 0 41 316 141 42
Binary 11 1100011 10101100 1100010 101010 0 100001 11001110 1100001 100010

Color Harmonies of #0363AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363AC

Black with #0363AC

Text Example


Text Example

White with #0363AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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