Html Css Color HEX #13334B Blue Whale

📋 copy color: '#13334B'

red 19 ◦ green 51 ◦ blue 75

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

Shades of Blue Whale #13334B

Tints of Blue Whale #13334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

 BLUE value IS 75 (29.69% from 255) = 51.72%

R = 13.1%
G = 35.17%
B = 51.72%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13334B (or 0x13334B) is known color: Blue Whale. HEX triplet: 13, 33 and 4B. RGB value is (19,51,75). Sum of RGB (Red+Green+Blue) = 19+51+75=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #13334B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13334B is #ECCCB4. Grayscale: #2C2C2C. Windows color (decimal): -15518901 or 4928275. OLE color: 4928275.

HSL color Cylindrical-coordinate representation of color #13334B: hue angle of 205.71º 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 #13334B is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 51 75 -
CMYK 0.75 0.32 0 0.71
HSL 205.71º 0.6% 0.18% -
HSV(B) 205.71º 0.75% 0.29% -
XYZ 2.72 3.01 7.09 -
YUV 44.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 19 51 75 0.75 0.32 0 0.71 205.71 0.6 0.18
Hex 13 33 4B 4B 20 0 47 CE 3C 12
Octal 23 63 113 113 40 0 107 316 74 22
Binary 10011 110011 1001011 1001011 100000 0 1000111 11001110 111100 10010

Color Harmonies of #13334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13334B

Black with #13334B

Text Example


Text Example

White with #13334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13334B;
 }
 .AnyTagClassName
 {
   color: #13334B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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