Html Css Color HEX #12314D Blue Whale

📋 copy color: '#12314D'

red 18 ◦ green 49 ◦ blue 77

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

Shades of Blue Whale #12314D

Tints of Blue Whale #12314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 53.47%

R = 12.5%
G = 34.03%
B = 53.47%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12314D (or 0x12314D) is known color: Blue Whale. HEX triplet: 12, 31 and 4D. RGB value is (18,49,77). Sum of RGB (Red+Green+Blue) = 18+49+77=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #12314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12314D is #EDCEB2. Grayscale: #2A2A2A. Windows color (decimal): -15584947 or 5058834. OLE color: 5058834.

HSL color Cylindrical-coordinate representation of color #12314D: hue angle of 208.47º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12314D is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 49 77 -
CMYK 0.77 0.36 0 0.70
HSL 208.47º 0.62% 0.19% -
HSV(B) 208.47º 0.77% 0.3% -
XYZ 2.69 2.86 7.43 -
YUV 42.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 18 49 77 0.77 0.36 0 0.70 208.47 0.62 0.19
Hex 12 31 4D 4D 24 0 46 D0 3E 13
Octal 22 61 115 115 44 0 106 320 76 23
Binary 10010 110001 1001101 1001101 100100 0 1000110 11010000 111110 10011

Color Harmonies of #12314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12314D

Black with #12314D

Text Example


Text Example

White with #12314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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