Html Css Color HEX #11304B Blue Whale

📋 copy color: '#11304B'

red 17 ◦ green 48 ◦ blue 75

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

Shades of Blue Whale #11304B

Tints of Blue Whale #11304B

RGB

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

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

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

R = 12.14%
G = 34.29%
B = 53.57%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#11304B (or 0x11304B) is known color: Blue Whale. HEX triplet: 11, 30 and 4B. RGB value is (17,48,75). Sum of RGB (Red+Green+Blue) = 17+48+75=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #11304B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11304B is #EECFB4. Grayscale: #292929. Windows color (decimal): -15650741 or 4927505. OLE color: 4927505.

HSL color Cylindrical-coordinate representation of color #11304B: hue angle of 207.93º 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 #11304B is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 48 75 -
CMYK 0.77 0.36 0 0.71
HSL 207.93º 0.63% 0.18% -
HSV(B) 207.93º 0.77% 0.29% -
XYZ 2.56 2.74 7.05 -
YUV 41.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 17 48 75 0.77 0.36 0 0.71 207.93 0.63 0.18
Hex 11 30 4B 4D 24 0 47 D0 3F 12
Octal 21 60 113 115 44 0 107 320 77 22
Binary 10001 110000 1001011 1001101 100100 0 1000111 11010000 111111 10010

Color Harmonies of #11304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11304B

Black with #11304B

Text Example


Text Example

White with #11304B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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