Html Css Color HEX #133642 Blue Whale

📋 copy color: '#133642'

red 19 ◦ green 54 ◦ blue 66

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

Shades of Blue Whale #133642

Tints of Blue Whale #133642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

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

R = 13.67%
G = 38.85%
B = 47.48%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#133642 (or 0x133642) is known color: Blue Whale. HEX triplet: 13, 36 and 42. RGB value is (19,54,66). Sum of RGB (Red+Green+Blue) = 19+54+66=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #133642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133642 is #ECC9BD. Grayscale: #2C2C2C. Windows color (decimal): -15518142 or 4339219. OLE color: 4339219.

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

Color convert

RGB 19 54 66 -
CMYK 0.71 0.18 0 0.74
HSL 195.32º 0.55% 0.17% -
HSV(B) 195.32º 0.71% 0.26% -
XYZ 2.57 3.17 5.63 -
YUV 44.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 19 54 66 0.71 0.18 0 0.74 195.32 0.55 0.17
Hex 13 36 42 47 12 0 4A C3 37 11
Octal 23 66 102 107 22 0 112 303 67 21
Binary 10011 110110 1000010 1000111 10010 0 1001010 11000011 110111 10001

Color Harmonies of #133642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133642

Black with #133642

Text Example


Text Example

White with #133642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133642; }

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

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

background-color css

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

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

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

border-color css

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

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

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