Html Css Color HEX #0360AD Denim

📋 copy color: '#0360AD'

red 3 ◦ green 96 ◦ blue 173

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

Shades of Denim #0360AD

Tints of Denim #0360AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.29%

 BLUE value IS 173 (67.97% from 255) = 63.6%

R = 1.1%
G = 35.29%
B = 63.6%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0360AD (or 0x0360AD) is known color: Denim. HEX triplet: 03, 60 and AD. RGB value is (3,96,173). Sum of RGB (Red+Green+Blue) = 3+96+173=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #0360AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0360AD is #FC9F52. Grayscale: #4C4C4C. Windows color (decimal): -16555859 or 11362307. OLE color: 11362307.

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

Color convert

RGB 3 96 173 -
CMYK 0.98 0.45 0 0.32
HSL 207.18º 0.97% 0.35% -
HSV(B) 207.18º 0.98% 0.68% -
XYZ 11.76 11.4 41.12 -
YUV 76.97 182.19 75.24 -
System Red Green Blue C M Y K H S L
Decimal 3 96 173 0.98 0.45 0 0.32 207.18 0.97 0.35
Hex 3 60 AD 62 2D 0 20 CF 61 23
Octal 3 140 255 142 55 0 40 317 141 43
Binary 11 1100000 10101101 1100010 101101 0 100000 11001111 1100001 100011

Color Harmonies of #0360AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0360AD

Black with #0360AD

Text Example


Text Example

White with #0360AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0360AD; }

 p { color: rgb(3,96,173); }

 H1.HeaderClassName
 {
   color: #0360AD;
 }
 .AnyTagClassName
 {
   color: #0360AD;
 }
</style>

background-color css

<style>
 a { background-color: #0360AD; }

 a { background-color: rgb(3,96,173); }

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

border-color css

<style>
 span { border-color: #0360AD; }

 span { border-color: rgb(3,96,173); }

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