Html Css Color HEX #133848 Blue Whale

📋 copy color: '#133848'

red 19 ◦ green 56 ◦ blue 72

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

Shades of Blue Whale #133848

Tints of Blue Whale #133848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48.98%

R = 12.93%
G = 38.1%
B = 48.98%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133848 (or 0x133848) is known color: Blue Whale. HEX triplet: 13, 38 and 48. RGB value is (19,56,72). Sum of RGB (Red+Green+Blue) = 19+56+72=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #133848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133848 is #ECC7B7. Grayscale: #2E2E2E. Windows color (decimal): -15517624 or 4732947. OLE color: 4732947.

HSL color Cylindrical-coordinate representation of color #133848: hue angle of 198.11º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133848 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 56 72 -
CMYK 0.74 0.22 0 0.72
HSL 198.11º 0.58% 0.18% -
HSV(B) 198.11º 0.74% 0.28% -
XYZ 2.85 3.43 6.64 -
YUV 46.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 19 56 72 0.74 0.22 0 0.72 198.11 0.58 0.18
Hex 13 38 48 4A 16 0 48 C6 3A 12
Octal 23 70 110 112 26 0 110 306 72 22
Binary 10011 111000 1001000 1001010 10110 0 1001000 11000110 111010 10010

Color Harmonies of #133848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133848

Black with #133848

Text Example


Text Example

White with #133848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133848; }

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

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

background-color css

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

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

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

border-color css

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

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

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