Html Css Color HEX #11384B Blue Whale

📋 copy color: '#11384B'

red 17 ◦ green 56 ◦ blue 75

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

Shades of Blue Whale #11384B

Tints of Blue Whale #11384B

RGB

 RED value IS 17 (7.03% from 255) = 11.49%

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

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

R = 11.49%
G = 37.84%
B = 50.68%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11384B (or 0x11384B) is known color: Blue Whale. HEX triplet: 11, 38 and 4B. RGB value is (17,56,75). Sum of RGB (Red+Green+Blue) = 17+56+75=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #11384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11384B is #EEC7B4. Grayscale: #2E2E2E. Windows color (decimal): -15648693 or 4929553. OLE color: 4929553.

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

Color convert

RGB 17 56 75 -
CMYK 0.77 0.25 0 0.71
HSL 199.66º 0.63% 0.18% -
HSV(B) 199.66º 0.77% 0.29% -
XYZ 2.92 3.46 7.17 -
YUV 46.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 17 56 75 0.77 0.25 0 0.71 199.66 0.63 0.18
Hex 11 38 4B 4D 19 0 47 C8 3F 12
Octal 21 70 113 115 31 0 107 310 77 22
Binary 10001 111000 1001011 1001101 11001 0 1000111 11001000 111111 10010

Color Harmonies of #11384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11384B

Black with #11384B

Text Example


Text Example

White with #11384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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