Html Css Color HEX #133044 Blue Whale

📋 copy color: '#133044'

red 19 ◦ green 48 ◦ blue 68

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

Shades of Blue Whale #133044

Tints of Blue Whale #133044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 50.37%

R = 14.07%
G = 35.56%
B = 50.37%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133044 (or 0x133044) is known color: Blue Whale. HEX triplet: 13, 30 and 44. RGB value is (19,48,68). Sum of RGB (Red+Green+Blue) = 19+48+68=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #133044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133044 is #ECCFBB. Grayscale: #292929. Windows color (decimal): -15519676 or 4468755. OLE color: 4468755.

HSL color Cylindrical-coordinate representation of color #133044: hue angle of 204.49º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133044 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 48 68 -
CMYK 0.72 0.29 0 0.73
HSL 204.49º 0.56% 0.17% -
HSV(B) 204.49º 0.72% 0.27% -
XYZ 2.37 2.67 5.86 -
YUV 41.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 19 48 68 0.72 0.29 0 0.73 204.49 0.56 0.17
Hex 13 30 44 48 1D 0 49 CC 38 11
Octal 23 60 104 110 35 0 111 314 70 21
Binary 10011 110000 1000100 1001000 11101 0 1001001 11001100 111000 10001

Color Harmonies of #133044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133044

Black with #133044

Text Example


Text Example

White with #133044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133044; }

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

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

background-color css

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

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

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

border-color css

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

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

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