#0B357A

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

Shades of Dark Cerulean #0B357A

Tints of Dark Cerulean #0B357A

Color information

#0B357A (or 0x0B357A) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 35 and 7A. RGB value is (11,53,122). Sum of RGB (Red+Green+Blue) = 11+53+122=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 122 (48.05% from 255 or 65.59% from 186); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B357A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B357A is #F4CA85. Grayscale: #2F2F2F. Windows color (decimal): -16042630 or 8008971. OLE color: 8008971.

HSL color Cylindrical-coordinate representation of color #0B357A: hue angle of 217.3º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B357A is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1153122-
CMYK0.910.5700.52
HSL217.3º83.46%26.08%-
HSV(B)217.3º90.98%47.84%-
XYZ4.924.0218.93-
YUV48.31169.59101.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 122 (48.05% from 255) = 65.59%
R=5.91%
G=28.49%
B=65.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11531220.910.5700.52217.383.4626.08
HexB357A5B39034d9531a
Octal13651721337106433112332
Binary101111010111110101011011111001011010011011001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,53,122); }

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

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

 a { background-color: rgb(11,53,122); }

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

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

 span { border-color: rgb(11,53,122); }

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