Html Css Color HEX #10323D Blue Whale

📋 copy color: '#10323D'

red 16 ◦ green 50 ◦ blue 61

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

Shades of Blue Whale #10323D

Tints of Blue Whale #10323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

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

R = 12.6%
G = 39.37%
B = 48.03%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10323D (or 0x10323D) is known color: Blue Whale. HEX triplet: 10, 32 and 3D. RGB value is (16,50,61). Sum of RGB (Red+Green+Blue) = 16+50+61=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #10323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10323D is #EFCDC2. Grayscale: #292929. Windows color (decimal): -15715779 or 4010512. OLE color: 4010512.

HSL color Cylindrical-coordinate representation of color #10323D: hue angle of 194.67º 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 #10323D is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 50 61 -
CMYK 0.74 0.18 0 0.76
HSL 194.67º 0.58% 0.15% -
HSV(B) 194.67º 0.74% 0.24% -
XYZ 2.2 2.73 4.83 -
YUV 41.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 16 50 61 0.74 0.18 0 0.76 194.67 0.58 0.15
Hex 10 32 3D 4A 12 0 4C C3 3A F
Octal 20 62 75 112 22 0 114 303 72 17
Binary 10000 110010 111101 1001010 10010 0 1001100 11000011 111010 1111

Color Harmonies of #10323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10323D

Black with #10323D

Text Example


Text Example

White with #10323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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