Html Css Color HEX #133441 Blue Whale

📋 copy color: '#133441'

red 19 ◦ green 52 ◦ blue 65

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

Shades of Blue Whale #133441

Tints of Blue Whale #133441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.79%

R = 13.97%
G = 38.24%
B = 47.79%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133441 (or 0x133441) is known color: Blue Whale. HEX triplet: 13, 34 and 41. RGB value is (19,52,65). Sum of RGB (Red+Green+Blue) = 19+52+65=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #133441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133441 is #ECCBBE. Grayscale: #2B2B2B. Windows color (decimal): -15518655 or 4273171. OLE color: 4273171.

HSL color Cylindrical-coordinate representation of color #133441: hue angle of 196.96º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133441 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 52 65 -
CMYK 0.71 0.20 0 0.75
HSL 196.96º 0.55% 0.16% -
HSV(B) 196.96º 0.71% 0.25% -
XYZ 2.45 2.98 5.45 -
YUV 43.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 19 52 65 0.71 0.20 0 0.75 196.96 0.55 0.16
Hex 13 34 41 47 14 0 4B C5 37 10
Octal 23 64 101 107 24 0 113 305 67 20
Binary 10011 110100 1000001 1000111 10100 0 1001011 11000101 110111 10000

Color Harmonies of #133441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133441

Black with #133441

Text Example


Text Example

White with #133441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133441; }

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

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

background-color css

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

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

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

border-color css

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

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

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