Html Css Color HEX #133348 Blue Whale

📋 copy color: '#133348'

red 19 ◦ green 51 ◦ blue 72

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

Shades of Blue Whale #133348

Tints of Blue Whale #133348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.92%

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

R = 13.38%
G = 35.92%
B = 50.7%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#133348 (or 0x133348) is known color: Blue Whale. HEX triplet: 13, 33 and 48. RGB value is (19,51,72). Sum of RGB (Red+Green+Blue) = 19+51+72=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #133348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133348 is #ECCCB7. Grayscale: #2B2B2B. Windows color (decimal): -15518904 or 4731667. OLE color: 4731667.

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

Color convert

RGB 19 51 72 -
CMYK 0.74 0.29 0 0.72
HSL 203.77º 0.58% 0.18% -
HSV(B) 203.77º 0.74% 0.28% -
XYZ 2.62 2.97 6.57 -
YUV 43.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 19 51 72 0.74 0.29 0 0.72 203.77 0.58 0.18
Hex 13 33 48 4A 1D 0 48 CC 3A 12
Octal 23 63 110 112 35 0 110 314 72 22
Binary 10011 110011 1001000 1001010 11101 0 1001000 11001100 111010 10010

Color Harmonies of #133348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133348

Black with #133348

Text Example


Text Example

White with #133348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133348; }

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

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

background-color css

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

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

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

border-color css

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

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

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