#0b61ae

Color #0B61AE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0B61AE

Tints of Denim #0B61AE

Color information

#0B61AE (or 0x0B61AE) is unknown color: approx Denim. HEX triplet: 0B, 61 and AE. RGB value is (11,97,174). Sum of RGB (Red+Green+Blue) = 11+97+174=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B61AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B61AE is #F49E51. Grayscale: #4F4F4F. Windows color (decimal): -16031314 or 11428107. OLE color: 11428107.

HSL color Cylindrical-coordinate representation of color #0B61AE: hue angle of 208.34º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B61AE is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1197174-
CMYK0.940.4400.32
HSL208.34º88.11%36.27%-
HSV(B)208.34º93.68%68.24%-
XYZ12.0511.6841.66-
YUV80.06181.0178.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.90%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 174 (68.36% from 255) = 61.70%
R=3.90%
G=34.40%
B=61.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11971740.940.4400.32208.3488.1136.27
HexB61AE5E2C020d05824
Octal131412561365404032013044
Binary101111000011010111010111101011000100000110100001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b61ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0b61ae; }

 p { color: rgb(11,97,174); }

 H1.HeaderClassName
 {
   color: #0b61ae;
 }
 .AnyTagClassName
 {
   color: #0b61ae;
 }
</style>
background-color css

<style>
 a { background-color: #0b61ae; }

 a { background-color: rgb(11,97,174); }

 div.DivClassName
 {
   background-color: #0b61ae;
 }
 .BgClassName
 {
   background-color: #0b61ae;
 }
</style>
border-color css

<style>
 span { border-color: #0b61ae; }

 span { border-color: rgb(11,97,174); }

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