Html Css Color HEX #133041 Blue Whale

📋 copy color: '#133041'

red 19 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #133041

Tints of Blue Whale #133041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.36%

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

R = 14.39%
G = 36.36%
B = 49.24%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133041 (or 0x133041) is known color: Blue Whale. HEX triplet: 13, 30 and 41. RGB value is (19,48,65). Sum of RGB (Red+Green+Blue) = 19+48+65=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #133041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133041 is #ECCFBE. Grayscale: #292929. Windows color (decimal): -15519679 or 4272147. OLE color: 4272147.

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

Color convert

RGB 19 48 65 -
CMYK 0.71 0.26 0 0.75
HSL 202.17º 0.55% 0.16% -
HSV(B) 202.17º 0.71% 0.25% -
XYZ 2.28 2.63 5.39 -
YUV 41.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 19 48 65 0.71 0.26 0 0.75 202.17 0.55 0.16
Hex 13 30 41 47 1A 0 4B CA 37 10
Octal 23 60 101 107 32 0 113 312 67 20
Binary 10011 110000 1000001 1000111 11010 0 1001011 11001010 110111 10000

Color Harmonies of #133041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133041

Black with #133041

Text Example


Text Example

White with #133041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133041; }

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

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

background-color css

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

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

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

border-color css

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

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

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