Html Css Color HEX #10304C Blue Whale

📋 copy color: '#10304C'

red 16 ◦ green 48 ◦ blue 76

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

Shades of Blue Whale #10304C

Tints of Blue Whale #10304C

RGB

 RED value IS 16 (6.64% from 255) = 11.43%

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

 BLUE value IS 76 (30.08% from 255) = 54.29%

R = 11.43%
G = 34.29%
B = 54.29%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10304C (or 0x10304C) is known color: Blue Whale. HEX triplet: 10, 30 and 4C. RGB value is (16,48,76). Sum of RGB (Red+Green+Blue) = 16+48+76=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #10304C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10304C is #EFCFB3. Grayscale: #292929. Windows color (decimal): -15716276 or 4993040. OLE color: 4993040.

HSL color Cylindrical-coordinate representation of color #10304C: hue angle of 208º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10304C is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 48 76 -
CMYK 0.79 0.37 0 0.70
HSL 208º 0.65% 0.18% -
HSV(B) 208º 0.79% 0.3% -
XYZ 2.58 2.75 7.23 -
YUV 41.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 16 48 76 0.79 0.37 0 0.70 208 0.65 0.18
Hex 10 30 4C 4F 25 0 46 D0 41 12
Octal 20 60 114 117 45 0 106 320 101 22
Binary 10000 110000 1001100 1001111 100101 0 1000110 11010000 1000001 10010

Color Harmonies of #10304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10304C

Black with #10304C

Text Example


Text Example

White with #10304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10304C; }

 p { color: rgb(16,48,76); }

 H1.HeaderClassName
 {
   color: #10304C;
 }
 .AnyTagClassName
 {
   color: #10304C;
 }
</style>

background-color css

<style>
 a { background-color: #10304C; }

 a { background-color: rgb(16,48,76); }

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

border-color css

<style>
 span { border-color: #10304C; }

 span { border-color: rgb(16,48,76); }

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