Html Css Color HEX #10313D Blue Whale

📋 copy color: '#10313D'

red 16 ◦ green 49 ◦ blue 61

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

Shades of Blue Whale #10313D

Tints of Blue Whale #10313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 48.41%

R = 12.7%
G = 38.89%
B = 48.41%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10313D (or 0x10313D) is known color: Blue Whale. HEX triplet: 10, 31 and 3D. RGB value is (16,49,61). Sum of RGB (Red+Green+Blue) = 16+49+61=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #10313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10313D is #EFCEC2. Grayscale: #282828. Windows color (decimal): -15716035 or 4010256. OLE color: 4010256.

HSL color Cylindrical-coordinate representation of color #10313D: hue angle of 196º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10313D is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 49 61 -
CMYK 0.74 0.20 0 0.76
HSL 196º 0.58% 0.15% -
HSV(B) 196º 0.74% 0.24% -
XYZ 2.15 2.64 4.81 -
YUV 40.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 16 49 61 0.74 0.20 0 0.76 196 0.58 0.15
Hex 10 31 3D 4A 14 0 4C C4 3A F
Octal 20 61 75 112 24 0 114 304 72 17
Binary 10000 110001 111101 1001010 10100 0 1001100 11000100 111010 1111

Color Harmonies of #10313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10313D

Black with #10313D

Text Example


Text Example

White with #10313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10313D; }

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

 H1.HeaderClassName
 {
   color: #10313D;
 }
 .AnyTagClassName
 {
   color: #10313D;
 }
</style>

background-color css

<style>
 a { background-color: #10313D; }

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

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

border-color css

<style>
 span { border-color: #10313D; }

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

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