#0B528D

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

Shades of Dark Cerulean #0B528D

Tints of Dark Cerulean #0B528D

Color information

#0B528D (or 0x0B528D) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 52 and 8D. RGB value is (11,82,141). Sum of RGB (Red+Green+Blue) = 11+82+141=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B528D is #F4AD72. Grayscale: #434343. Windows color (decimal): -16035187 or 9261579. OLE color: 9261579.

HSL color Cylindrical-coordinate representation of color #0B528D: hue angle of 207.23º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B528D is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1182141-
CMYK0.920.4200.45
HSL207.23º85.53%29.8%-
HSV(B)207.23º92.2%55.29%-
XYZ7.968.0326.33-
YUV67.5169.4887.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.70%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 141 (55.47% from 255) = 60.26%
R=4.70%
G=35.04%
B=60.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11821410.920.4200.45207.2385.5329.8
HexB528D5C2A02Dcf561e
Octal131222151345205531712636
Binary10111010010100011011011100101010010110111001111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,82,141); }

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

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

 a { background-color: rgb(11,82,141); }

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

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

 span { border-color: rgb(11,82,141); }

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