#13364B

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

Shades of Blue Whale #13364B

Tints of Blue Whale #13364B

Color information

#13364B (or 0x13364B) is unknown color: approx Blue Whale. HEX triplet: 13, 36 and 4B. RGB value is (19,54,75). Sum of RGB (Red+Green+Blue) = 19+54+75=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #13364B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13364B is #ECC9B4. Grayscale: #2D2D2D. Windows color (decimal): -15518133 or 4929043. OLE color: 4929043.

HSL color Cylindrical-coordinate representation of color #13364B: hue angle of 202.5º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13364B is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB195475-
CMYK0.750.2800.71
HSL202.5º59.57%18.43%-
HSV(B)202.5º74.67%29.41%-
XYZ2.863.287.14-
YUV45.93144.4108.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 75 (29.69% from 255) = 50.68%
R=12.84%
G=36.49%
B=50.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1954750.750.2800.71202.559.5718.43
Hex13364B4B1C047ca3c12
Octal23661131133401073127422
Binary100111101101001011100101111100010001111100101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13364B; }

 p { color: rgb(19,54,75); }

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

<style>
 a { background-color: #13364B; }

 a { background-color: rgb(19,54,75); }

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

<style>
 span { border-color: #13364B; }

 span { border-color: rgb(19,54,75); }

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