Html Css Color HEX #13323D Blue Whale

📋 copy color: '#13323D'

red 19 ◦ green 50 ◦ blue 61

#13323D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #13323D

Tints of Blue Whale #13323D

RGB

 RED value IS 19 (7.81% from 255) = 14.62%

 GREEN value IS 50 (19.92% from 255) = 38.46%

 BLUE value IS 61 (24.22% from 255) = 46.92%

R = 14.62%
G = 38.46%
B = 46.92%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13323D (or 0x13323D) is known color: Blue Whale. HEX triplet: 13, 32 and 3D. RGB value is (19,50,61). Sum of RGB (Red+Green+Blue) = 19+50+61=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #13323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13323D is #ECCDC2. Grayscale: #292929. Windows color (decimal): -15519171 or 4010515. OLE color: 4010515.

HSL color Cylindrical-coordinate representation of color #13323D: hue angle of 195.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13323D is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 50 61 -
CMYK 0.69 0.18 0 0.76
HSL 195.71º 0.53% 0.16% -
HSV(B) 195.71º 0.69% 0.24% -
XYZ 2.25 2.76 4.83 -
YUV 41.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 19 50 61 0.69 0.18 0 0.76 195.71 0.53 0.16
Hex 13 32 3D 45 12 0 4C C4 34 10
Octal 23 62 75 105 22 0 114 304 64 20
Binary 10011 110010 111101 1000101 10010 0 1001100 11000100 110100 10000

Color Harmonies of #13323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13323D

Black with #13323D

Text Example


Text Example

White with #13323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13323D; }

 p { color: rgb(19,50,61); }

 H1.HeaderClassName
 {
   color: #13323D;
 }
 .AnyTagClassName
 {
   color: #13323D;
 }
</style>

background-color css

<style>
 a { background-color: #13323D; }

 a { background-color: rgb(19,50,61); }

 div.DivClassName
 {
   background-color: #13323D;
 }
 .BgClassName
 {
   background-color: #13323D;
 }
</style>

border-color css

<style>
 span { border-color: #13323D; }

 span { border-color: rgb(19,50,61); }

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