Html Css Color HEX #0967AE Denim

📋 copy color: '#0967AE'

red 9 ◦ green 103 ◦ blue 174

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

Shades of Denim #0967AE

Tints of Denim #0967AE

RGB

 RED value IS 9 (3.91% from 255) = 3.15%

 GREEN value IS 103 (40.63% from 255) = 36.01%

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

R = 3.15%
G = 36.01%
B = 60.84%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0967AE (or 0x0967AE) is known color: Denim. HEX triplet: 09, 67 and AE. RGB value is (9,103,174). Sum of RGB (Red+Green+Blue) = 9+103+174=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #0967AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0967AE is #F69851. Grayscale: #525252. Windows color (decimal): -16160850 or 11429641. OLE color: 11429641.

HSL color Cylindrical-coordinate representation of color #0967AE: hue angle of 205.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0967AE is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 103 174 -
CMYK 0.95 0.41 0 0.32
HSL 205.82º 0.9% 0.36% -
HSV(B) 205.82º 0.95% 0.68% -
XYZ 12.6 12.81 41.85 -
YUV 82.99 179.36 75.23 -
System Red Green Blue C M Y K H S L
Decimal 9 103 174 0.95 0.41 0 0.32 205.82 0.9 0.36
Hex 9 67 AE 5F 29 0 20 CE 5A 24
Octal 11 147 256 137 51 0 40 316 132 44
Binary 1001 1100111 10101110 1011111 101001 0 100000 11001110 1011010 100100

Color Harmonies of #0967AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0967AE

Black with #0967AE

Text Example


Text Example

White with #0967AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,103,174); }

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

background-color css

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

 a { background-color: rgb(9,103,174); }

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

border-color css

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

 span { border-color: rgb(9,103,174); }

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