#0B354D

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

Shades of Blue Whale #0B354D

Tints of Blue Whale #0B354D

Color information

#0B354D (or 0x0B354D) is unknown color: approx Blue Whale. HEX triplet: 0B, 35 and 4D. RGB value is (11,53,77). Sum of RGB (Red+Green+Blue) = 11+53+77=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 77 (30.47% from 255 or 54.61% from 141); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B354D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B354D is #F4CAB2. Grayscale: #2B2B2B. Windows color (decimal): -16042675 or 5059851. OLE color: 5059851.

HSL color Cylindrical-coordinate representation of color #0B354D: hue angle of 201.82º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B354D is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB115377-
CMYK0.860.3100.70
HSL201.82º75%17.25%-
HSV(B)201.82º85.71%30.2%-
XYZ2.753.157.48-
YUV43.18147.09105.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.80%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 77 (30.47% from 255) = 54.61%
R=7.80%
G=37.59%
B=54.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1153770.860.3100.70201.827517.25
HexB354D561F046ca4b11
Octal136511512637010631211321
Binary101111010110011011010110111110100011011001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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