Html Css Color HEX #13303E Blue Whale

📋 copy color: '#13303E'

red 19 ◦ green 48 ◦ blue 62

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

Shades of Blue Whale #13303E

Tints of Blue Whale #13303E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

 BLUE value IS 62 (24.61% from 255) = 48.06%

R = 14.73%
G = 37.21%
B = 48.06%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13303E (or 0x13303E) is known color: Blue Whale. HEX triplet: 13, 30 and 3E. RGB value is (19,48,62). Sum of RGB (Red+Green+Blue) = 19+48+62=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 62 - color contains mainly: blue. Hex color #13303E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13303E is #ECCFC1. Grayscale: #282828. Windows color (decimal): -15519682 or 4075539. OLE color: 4075539.

HSL color Cylindrical-coordinate representation of color #13303E: hue angle of 199.53º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13303E is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 48 62 -
CMYK 0.69 0.23 0 0.76
HSL 199.53º 0.53% 0.16% -
HSV(B) 199.53º 0.69% 0.24% -
XYZ 2.2 2.6 4.94 -
YUV 40.93 139.89 112.36 -
System Red Green Blue C M Y K H S L
Decimal 19 48 62 0.69 0.23 0 0.76 199.53 0.53 0.16
Hex 13 30 3E 45 17 0 4C C8 35 10
Octal 23 60 76 105 27 0 114 310 65 20
Binary 10011 110000 111110 1000101 10111 0 1001100 11001000 110101 10000

Color Harmonies of #13303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13303E

Black with #13303E

Text Example


Text Example

White with #13303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13303E; }

 p { color: rgb(19,48,62); }

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

background-color css

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

 a { background-color: rgb(19,48,62); }

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

border-color css

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

 span { border-color: rgb(19,48,62); }

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