Html Css Color HEX #133541 Blue Whale

📋 copy color: '#133541'

red 19 ◦ green 53 ◦ blue 65

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

Shades of Blue Whale #133541

Tints of Blue Whale #133541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.69%

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

R = 13.87%
G = 38.69%
B = 47.45%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133541 (or 0x133541) is known color: Blue Whale. HEX triplet: 13, 35 and 41. RGB value is (19,53,65). Sum of RGB (Red+Green+Blue) = 19+53+65=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #133541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133541 is #ECCABE. Grayscale: #2C2C2C. Windows color (decimal): -15518399 or 4273427. OLE color: 4273427.

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

Color convert

RGB 19 53 65 -
CMYK 0.71 0.18 0 0.75
HSL 195.65º 0.55% 0.16% -
HSV(B) 195.65º 0.71% 0.25% -
XYZ 2.5 3.07 5.46 -
YUV 44.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 19 53 65 0.71 0.18 0 0.75 195.65 0.55 0.16
Hex 13 35 41 47 12 0 4B C4 37 10
Octal 23 65 101 107 22 0 113 304 67 20
Binary 10011 110101 1000001 1000111 10010 0 1001011 11000100 110111 10000

Color Harmonies of #133541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133541

Black with #133541

Text Example


Text Example

White with #133541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133541; }

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

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

background-color css

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

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

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

border-color css

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

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

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