Html Css Color HEX #13333F Blue Whale

📋 copy color: '#13333F'

red 19 ◦ green 51 ◦ blue 63

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

Shades of Blue Whale #13333F

Tints of Blue Whale #13333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 47.37%

R = 14.29%
G = 38.35%
B = 47.37%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13333F (or 0x13333F) is known color: Blue Whale. HEX triplet: 13, 33 and 3F. RGB value is (19,51,63). Sum of RGB (Red+Green+Blue) = 19+51+63=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #13333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13333F is #ECCCC0. Grayscale: #2A2A2A. Windows color (decimal): -15518913 or 4141843. OLE color: 4141843.

HSL color Cylindrical-coordinate representation of color #13333F: hue angle of 196.36º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13333F is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 51 63 -
CMYK 0.70 0.19 0 0.75
HSL 196.36º 0.54% 0.16% -
HSV(B) 196.36º 0.7% 0.25% -
XYZ 2.35 2.86 5.13 -
YUV 42.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 19 51 63 0.70 0.19 0 0.75 196.36 0.54 0.16
Hex 13 33 3F 46 13 0 4B C4 36 10
Octal 23 63 77 106 23 0 113 304 66 20
Binary 10011 110011 111111 1000110 10011 0 1001011 11000100 110110 10000

Color Harmonies of #13333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13333F

Black with #13333F

Text Example


Text Example

White with #13333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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