Html Css Color HEX #13374B Blue Whale

📋 copy color: '#13374B'

red 19 ◦ green 55 ◦ blue 75

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

Shades of Blue Whale #13374B

Tints of Blue Whale #13374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.91%

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

R = 12.75%
G = 36.91%
B = 50.34%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13374B (or 0x13374B) is known color: Blue Whale. HEX triplet: 13, 37 and 4B. RGB value is (19,55,75). Sum of RGB (Red+Green+Blue) = 19+55+75=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #13374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13374B is #ECC8B4. Grayscale: #2E2E2E. Windows color (decimal): -15517877 or 4929299. OLE color: 4929299.

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

Color convert

RGB 19 55 75 -
CMYK 0.75 0.27 0 0.71
HSL 201.43º 0.6% 0.18% -
HSV(B) 201.43º 0.75% 0.29% -
XYZ 2.9 3.38 7.16 -
YUV 46.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 19 55 75 0.75 0.27 0 0.71 201.43 0.6 0.18
Hex 13 37 4B 4B 1B 0 47 C9 3C 12
Octal 23 67 113 113 33 0 107 311 74 22
Binary 10011 110111 1001011 1001011 11011 0 1000111 11001001 111100 10010

Color Harmonies of #13374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13374B

Black with #13374B

Text Example


Text Example

White with #13374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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