Html Css Color HEX #133845 Blue Whale

📋 copy color: '#133845'

red 19 ◦ green 56 ◦ blue 69

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

Shades of Blue Whale #133845

Tints of Blue Whale #133845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.89%

 BLUE value IS 69 (27.34% from 255) = 47.92%

R = 13.19%
G = 38.89%
B = 47.92%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133845 (or 0x133845) is known color: Blue Whale. HEX triplet: 13, 38 and 45. RGB value is (19,56,69). Sum of RGB (Red+Green+Blue) = 19+56+69=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 69 - color contains mainly: blue. Hex color #133845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133845 is #ECC7BA. Grayscale: #2E2E2E. Windows color (decimal): -15517627 or 4536339. OLE color: 4536339.

HSL color Cylindrical-coordinate representation of color #133845: hue angle of 195.6º degrees, saturation: 0.57, 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 #133845 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 56 69 -
CMYK 0.72 0.19 0 0.73
HSL 195.6º 0.57% 0.17% -
HSV(B) 195.6º 0.72% 0.27% -
XYZ 2.76 3.4 6.14 -
YUV 46.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 19 56 69 0.72 0.19 0 0.73 195.6 0.57 0.17
Hex 13 38 45 48 13 0 49 C4 39 11
Octal 23 70 105 110 23 0 111 304 71 21
Binary 10011 111000 1000101 1001000 10011 0 1001001 11000100 111001 10001

Color Harmonies of #133845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133845

Black with #133845

Text Example


Text Example

White with #133845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133845; }

 p { color: rgb(19,56,69); }

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

background-color css

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

 a { background-color: rgb(19,56,69); }

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

border-color css

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

 span { border-color: rgb(19,56,69); }

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