#0B347B

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

Shades of Dark Cerulean #0B347B

Tints of Dark Cerulean #0B347B

Color information

#0B347B (or 0x0B347B) is unknown color: approx Dark Cerulean. HEX triplet: 0B, 34 and 7B. RGB value is (11,52,123). Sum of RGB (Red+Green+Blue) = 11+52+123=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 123 (48.44% from 255 or 66.13% from 186); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B347B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B347B is #F4CB84. Grayscale: #2F2F2F. Windows color (decimal): -16042885 or 8074251. OLE color: 8074251.

HSL color Cylindrical-coordinate representation of color #0B347B: hue angle of 218.04º degrees, saturation: 0.84, 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 #0B347B is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1152123-
CMYK0.910.5800.52
HSL218.04º83.58%26.27%-
HSV(B)218.04º91.06%48.24%-
XYZ4.943.9619.24-
YUV47.83170.42101.73-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 123 (48.44% from 255) = 66.13%
R=5.91%
G=27.96%
B=66.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11521230.910.5800.52218.0483.5826.27
HexB347B5B3A034da541a
Octal13641731337206433212432
Binary101111010011110111011011111010011010011011010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,52,123); }

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

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

 a { background-color: rgb(11,52,123); }

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

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

 span { border-color: rgb(11,52,123); }

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