#0B3A85

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

Shades of Dark Cerulean #0B3A85

Tints of Dark Cerulean #0B3A85

Color information

#0B3A85 (or 0x0B3A85) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 3A and 85. RGB value is (11,58,133). Sum of RGB (Red+Green+Blue) = 11+58+133=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B3A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3A85 is #F4C57A. Grayscale: #343434. Windows color (decimal): -16041339 or 8731147. OLE color: 8731147.

HSL color Cylindrical-coordinate representation of color #0B3A85: hue angle of 216.89º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B3A85 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1158133-
CMYK0.920.5600.48
HSL216.89º84.72%28.24%-
HSV(B)216.89º91.73%52.16%-
XYZ5.884.7922.8-
YUV52.5173.4398.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.45%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=5.45%
G=28.71%
B=65.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11581330.920.5600.48216.8984.7228.24
HexB3A855C38030d9551c
Octal13722051347006033112534
Binary1011111010100001011011100111000011000011011001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,58,133); }

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

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

 a { background-color: rgb(11,58,133); }

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

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

 span { border-color: rgb(11,58,133); }

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