Html Css Color HEX #133342 Blue Whale

📋 copy color: '#133342'

red 19 ◦ green 51 ◦ blue 66

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

Shades of Blue Whale #133342

Tints of Blue Whale #133342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.5%

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

R = 13.97%
G = 37.5%
B = 48.53%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133342 (or 0x133342) is known color: Blue Whale. HEX triplet: 13, 33 and 42. RGB value is (19,51,66). Sum of RGB (Red+Green+Blue) = 19+51+66=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #133342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133342 is #ECCCBD. Grayscale: #2B2B2B. Windows color (decimal): -15518910 or 4338451. OLE color: 4338451.

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

Color convert

RGB 19 51 66 -
CMYK 0.71 0.23 0 0.74
HSL 199.15º 0.55% 0.17% -
HSV(B) 199.15º 0.71% 0.26% -
XYZ 2.44 2.9 5.59 -
YUV 43.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 19 51 66 0.71 0.23 0 0.74 199.15 0.55 0.17
Hex 13 33 42 47 17 0 4A C7 37 11
Octal 23 63 102 107 27 0 112 307 67 21
Binary 10011 110011 1000010 1000111 10111 0 1001010 11000111 110111 10001

Color Harmonies of #133342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133342

Black with #133342

Text Example


Text Example

White with #133342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133342; }

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

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

background-color css

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

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

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

border-color css

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

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

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