Html Css Color HEX #133341 Blue Whale

📋 copy color: '#133341'

red 19 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #133341

Tints of Blue Whale #133341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 48.15%

R = 14.07%
G = 37.78%
B = 48.15%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#133341 (or 0x133341) is known color: Blue Whale. HEX triplet: 13, 33 and 41. RGB value is (19,51,65). Sum of RGB (Red+Green+Blue) = 19+51+65=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #133341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133341 is #ECCCBE. Grayscale: #2A2A2A. Windows color (decimal): -15518911 or 4272915. OLE color: 4272915.

HSL color Cylindrical-coordinate representation of color #133341: hue angle of 198.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #133341 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 51 65 -
CMYK 0.71 0.22 0 0.75
HSL 198.26º 0.55% 0.16% -
HSV(B) 198.26º 0.71% 0.25% -
XYZ 2.41 2.89 5.43 -
YUV 43.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 19 51 65 0.71 0.22 0 0.75 198.26 0.55 0.16
Hex 13 33 41 47 16 0 4B C6 37 10
Octal 23 63 101 107 26 0 113 306 67 20
Binary 10011 110011 1000001 1000111 10110 0 1001011 11000110 110111 10000

Color Harmonies of #133341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133341

Black with #133341

Text Example


Text Example

White with #133341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133341; }

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

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

background-color css

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

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

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

border-color css

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

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

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