Html Css Color HEX #12313D Blue Whale

📋 copy color: '#12313D'

red 18 ◦ green 49 ◦ blue 61

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

Shades of Blue Whale #12313D

Tints of Blue Whale #12313D

RGB

 RED value IS 18 (7.42% from 255) = 14.06%

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

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

R = 14.06%
G = 38.28%
B = 47.66%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12313D (or 0x12313D) is known color: Blue Whale. HEX triplet: 12, 31 and 3D. RGB value is (18,49,61). Sum of RGB (Red+Green+Blue) = 18+49+61=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #12313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12313D is #EDCEC2. Grayscale: #292929. Windows color (decimal): -15584963 or 4010258. OLE color: 4010258.

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

Color convert

RGB 18 49 61 -
CMYK 0.70 0.20 0 0.76
HSL 196.74º 0.54% 0.15% -
HSV(B) 196.74º 0.7% 0.24% -
XYZ 2.19 2.66 4.81 -
YUV 41.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 18 49 61 0.70 0.20 0 0.76 196.74 0.54 0.15
Hex 12 31 3D 46 14 0 4C C5 36 F
Octal 22 61 75 106 24 0 114 305 66 17
Binary 10010 110001 111101 1000110 10100 0 1001100 11000101 110110 1111

Color Harmonies of #12313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12313D

Black with #12313D

Text Example


Text Example

White with #12313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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