Html Css Color HEX #13343F Blue Whale

📋 copy color: '#13343F'

red 19 ◦ green 52 ◦ blue 63

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

Shades of Blue Whale #13343F

Tints of Blue Whale #13343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.81%

 BLUE value IS 63 (25% from 255) = 47.01%

R = 14.18%
G = 38.81%
B = 47.01%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13343F (or 0x13343F) is known color: Blue Whale. HEX triplet: 13, 34 and 3F. RGB value is (19,52,63). Sum of RGB (Red+Green+Blue) = 19+52+63=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #13343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13343F is #ECCBC0. Grayscale: #2B2B2B. Windows color (decimal): -15518657 or 4142099. OLE color: 4142099.

HSL color Cylindrical-coordinate representation of color #13343F: hue angle of 195º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13343F is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 52 63 -
CMYK 0.70 0.17 0 0.75
HSL 195º 0.54% 0.16% -
HSV(B) 195º 0.7% 0.25% -
XYZ 2.39 2.95 5.15 -
YUV 43.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 19 52 63 0.70 0.17 0 0.75 195 0.54 0.16
Hex 13 34 3F 46 11 0 4B C3 36 10
Octal 23 64 77 106 21 0 113 303 66 20
Binary 10011 110100 111111 1000110 10001 0 1001011 11000011 110110 10000

Color Harmonies of #13343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13343F

Black with #13343F

Text Example


Text Example

White with #13343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13343F; }

 p { color: rgb(19,52,63); }

 H1.HeaderClassName
 {
   color: #13343F;
 }
 .AnyTagClassName
 {
   color: #13343F;
 }
</style>

background-color css

<style>
 a { background-color: #13343F; }

 a { background-color: rgb(19,52,63); }

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

border-color css

<style>
 span { border-color: #13343F; }

 span { border-color: rgb(19,52,63); }

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