Html Css Color HEX #133A4D Blue Whale

📋 copy color: '#133A4D'

red 19 ◦ green 58 ◦ blue 77

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

Shades of Blue Whale #133A4D

Tints of Blue Whale #133A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.66%

 BLUE value IS 77 (30.47% from 255) = 50%

R = 12.34%
G = 37.66%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#133A4D (or 0x133A4D) is known color: Blue Whale. HEX triplet: 13, 3A and 4D. RGB value is (19,58,77). Sum of RGB (Red+Green+Blue) = 19+58+77=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #133A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A4D is #ECC5B2. Grayscale: #303030. Windows color (decimal): -15517107 or 5061139. OLE color: 5061139.

HSL color Cylindrical-coordinate representation of color #133A4D: hue angle of 199.66º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133A4D is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 58 77 -
CMYK 0.75 0.25 0 0.70
HSL 199.66º 0.6% 0.19% -
HSV(B) 199.66º 0.75% 0.3% -
XYZ 3.12 3.7 7.57 -
YUV 48.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 19 58 77 0.75 0.25 0 0.70 199.66 0.6 0.19
Hex 13 3A 4D 4B 19 0 46 C8 3C 13
Octal 23 72 115 113 31 0 106 310 74 23
Binary 10011 111010 1001101 1001011 11001 0 1000110 11001000 111100 10011

Color Harmonies of #133A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A4D

Black with #133A4D

Text Example


Text Example

White with #133A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A4D; }

 p { color: rgb(19,58,77); }

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

background-color css

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

 a { background-color: rgb(19,58,77); }

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

border-color css

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

 span { border-color: rgb(19,58,77); }

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