Html Css Color HEX #133440 Blue Whale

📋 copy color: '#133440'

red 19 ◦ green 52 ◦ blue 64

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

Shades of Blue Whale #133440

Tints of Blue Whale #133440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 47.41%

R = 14.07%
G = 38.52%
B = 47.41%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133440 (or 0x133440) is known color: Blue Whale. HEX triplet: 13, 34 and 40. RGB value is (19,52,64). Sum of RGB (Red+Green+Blue) = 19+52+64=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #133440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133440 is #ECCBBF. Grayscale: #2B2B2B. Windows color (decimal): -15518656 or 4207635. OLE color: 4207635.

HSL color Cylindrical-coordinate representation of color #133440: hue angle of 196º 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 #133440 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 52 64 -
CMYK 0.70 0.19 0 0.75
HSL 196º 0.54% 0.16% -
HSV(B) 196º 0.7% 0.25% -
XYZ 2.42 2.96 5.3 -
YUV 43.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 19 52 64 0.70 0.19 0 0.75 196 0.54 0.16
Hex 13 34 40 46 13 0 4B C4 36 10
Octal 23 64 100 106 23 0 113 304 66 20
Binary 10011 110100 1000000 1000110 10011 0 1001011 11000100 110110 10000

Color Harmonies of #133440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133440

Black with #133440

Text Example


Text Example

White with #133440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133440; }

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

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

background-color css

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

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

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

border-color css

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

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

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