Html Css Color HEX #133045 Blue Whale

📋 copy color: '#133045'

red 19 ◦ green 48 ◦ blue 69

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

Shades of Blue Whale #133045

Tints of Blue Whale #133045

RGB

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

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

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

R = 13.97%
G = 35.29%
B = 50.74%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#133045 (or 0x133045) is known color: Blue Whale. HEX triplet: 13, 30 and 45. RGB value is (19,48,69). Sum of RGB (Red+Green+Blue) = 19+48+69=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #133045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133045 is #ECCFBA. Grayscale: #292929. Windows color (decimal): -15519675 or 4534291. OLE color: 4534291.

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

Color convert

RGB 19 48 69 -
CMYK 0.72 0.30 0 0.73
HSL 205.2º 0.57% 0.17% -
HSV(B) 205.2º 0.72% 0.27% -
XYZ 2.4 2.68 6.02 -
YUV 41.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 19 48 69 0.72 0.30 0 0.73 205.2 0.57 0.17
Hex 13 30 45 48 1E 0 49 CD 39 11
Octal 23 60 105 110 36 0 111 315 71 21
Binary 10011 110000 1000101 1001000 11110 0 1001001 11001101 111001 10001

Color Harmonies of #133045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133045

Black with #133045

Text Example


Text Example

White with #133045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133045; }

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

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

background-color css

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

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

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

border-color css

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

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

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