Html Css Color HEX #133042 Blue Whale

📋 copy color: '#133042'

red 19 ◦ green 48 ◦ blue 66

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

Shades of Blue Whale #133042

Tints of Blue Whale #133042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 49.62%

R = 14.29%
G = 36.09%
B = 49.62%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133042 (or 0x133042) is known color: Blue Whale. HEX triplet: 13, 30 and 42. RGB value is (19,48,66). Sum of RGB (Red+Green+Blue) = 19+48+66=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #133042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133042 is #ECCFBD. Grayscale: #292929. Windows color (decimal): -15519678 or 4337683. OLE color: 4337683.

HSL color Cylindrical-coordinate representation of color #133042: hue angle of 202.98º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133042 is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 48 66 -
CMYK 0.71 0.27 0 0.74
HSL 202.98º 0.55% 0.17% -
HSV(B) 202.98º 0.71% 0.26% -
XYZ 2.31 2.65 5.54 -
YUV 41.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 19 48 66 0.71 0.27 0 0.74 202.98 0.55 0.17
Hex 13 30 42 47 1B 0 4A CB 37 11
Octal 23 60 102 107 33 0 112 313 67 21
Binary 10011 110000 1000010 1000111 11011 0 1001010 11001011 110111 10001

Color Harmonies of #133042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133042

Black with #133042

Text Example


Text Example

White with #133042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133042; }

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

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

background-color css

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

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

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

border-color css

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

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

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