Html Css Color HEX #133948 Blue Whale

📋 copy color: '#133948'

red 19 ◦ green 57 ◦ blue 72

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

Shades of Blue Whale #133948

Tints of Blue Whale #133948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.51%

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

R = 12.84%
G = 38.51%
B = 48.65%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133948 (or 0x133948) is known color: Blue Whale. HEX triplet: 13, 39 and 48. RGB value is (19,57,72). Sum of RGB (Red+Green+Blue) = 19+57+72=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #133948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133948 is #ECC6B7. Grayscale: #2F2F2F. Windows color (decimal): -15517368 or 4733203. OLE color: 4733203.

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

Color convert

RGB 19 57 72 -
CMYK 0.74 0.21 0 0.72
HSL 196.98º 0.58% 0.18% -
HSV(B) 196.98º 0.74% 0.28% -
XYZ 2.9 3.53 6.66 -
YUV 47.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 19 57 72 0.74 0.21 0 0.72 196.98 0.58 0.18
Hex 13 39 48 4A 15 0 48 C5 3A 12
Octal 23 71 110 112 25 0 110 305 72 22
Binary 10011 111001 1001000 1001010 10101 0 1001000 11000101 111010 10010

Color Harmonies of #133948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133948

Black with #133948

Text Example


Text Example

White with #133948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133948; }

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

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

background-color css

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

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

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

border-color css

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

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

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