Html Css Color HEX #10314C Blue Whale

📋 copy color: '#10314C'

red 16 ◦ green 49 ◦ blue 76

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

Shades of Blue Whale #10314C

Tints of Blue Whale #10314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.75%

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

R = 11.35%
G = 34.75%
B = 53.9%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10314C (or 0x10314C) is known color: Blue Whale. HEX triplet: 10, 31 and 4C. RGB value is (16,49,76). Sum of RGB (Red+Green+Blue) = 16+49+76=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #10314C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10314C is #EFCEB3. Grayscale: #2A2A2A. Windows color (decimal): -15716020 or 4993296. OLE color: 4993296.

HSL color Cylindrical-coordinate representation of color #10314C: hue angle of 207º 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 #10314C is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 49 76 -
CMYK 0.79 0.36 0 0.70
HSL 207º 0.65% 0.18% -
HSV(B) 207º 0.79% 0.3% -
XYZ 2.62 2.83 7.25 -
YUV 42.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 16 49 76 0.79 0.36 0 0.70 207 0.65 0.18
Hex 10 31 4C 4F 24 0 46 CF 41 12
Octal 20 61 114 117 44 0 106 317 101 22
Binary 10000 110001 1001100 1001111 100100 0 1000110 11001111 1000001 10010

Color Harmonies of #10314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10314C

Black with #10314C

Text Example


Text Example

White with #10314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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