Html Css Color HEX #13384B Blue Whale

📋 copy color: '#13384B'

red 19 ◦ green 56 ◦ blue 75

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

Shades of Blue Whale #13384B

Tints of Blue Whale #13384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.33%

 BLUE value IS 75 (29.69% from 255) = 50%

R = 12.67%
G = 37.33%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13384B (or 0x13384B) is known color: Blue Whale. HEX triplet: 13, 38 and 4B. RGB value is (19,56,75). Sum of RGB (Red+Green+Blue) = 19+56+75=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #13384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13384B is #ECC7B4. Grayscale: #2E2E2E. Windows color (decimal): -15517621 or 4929555. OLE color: 4929555.

HSL color Cylindrical-coordinate representation of color #13384B: hue angle of 200.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13384B is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 56 75 -
CMYK 0.75 0.25 0 0.71
HSL 200.36º 0.6% 0.18% -
HSV(B) 200.36º 0.75% 0.29% -
XYZ 2.95 3.47 7.17 -
YUV 47.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 19 56 75 0.75 0.25 0 0.71 200.36 0.6 0.18
Hex 13 38 4B 4B 19 0 47 C8 3C 12
Octal 23 70 113 113 31 0 107 310 74 22
Binary 10011 111000 1001011 1001011 11001 0 1000111 11001000 111100 10010

Color Harmonies of #13384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13384B

Black with #13384B

Text Example


Text Example

White with #13384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13384B; }

 p { color: rgb(19,56,75); }

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

background-color css

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

 a { background-color: rgb(19,56,75); }

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

border-color css

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

 span { border-color: rgb(19,56,75); }

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