Html Css Color HEX #12394E Blue Whale

📋 copy color: '#12394E'

red 18 ◦ green 57 ◦ blue 78

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

Shades of Blue Whale #12394E

Tints of Blue Whale #12394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 37.25%

 BLUE value IS 78 (30.86% from 255) = 50.98%

R = 11.76%
G = 37.25%
B = 50.98%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12394E (or 0x12394E) is known color: Blue Whale. HEX triplet: 12, 39 and 4E. RGB value is (18,57,78). Sum of RGB (Red+Green+Blue) = 18+57+78=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #12394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12394E is #EDC6B1. Grayscale: #2F2F2F. Windows color (decimal): -15582898 or 5126418. OLE color: 5126418.

HSL color Cylindrical-coordinate representation of color #12394E: hue angle of 201º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12394E is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 57 78 -
CMYK 0.77 0.27 0 0.69
HSL 201º 0.63% 0.19% -
HSV(B) 201º 0.77% 0.31% -
XYZ 3.09 3.6 7.74 -
YUV 47.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 18 57 78 0.77 0.27 0 0.69 201 0.63 0.19
Hex 12 39 4E 4D 1B 0 45 C9 3E 13
Octal 22 71 116 115 33 0 105 311 76 23
Binary 10010 111001 1001110 1001101 11011 0 1000101 11001001 111110 10011

Color Harmonies of #12394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12394E

Black with #12394E

Text Example


Text Example

White with #12394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12394E; }

 p { color: rgb(18,57,78); }

 H1.HeaderClassName
 {
   color: #12394E;
 }
 .AnyTagClassName
 {
   color: #12394E;
 }
</style>

background-color css

<style>
 a { background-color: #12394E; }

 a { background-color: rgb(18,57,78); }

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

border-color css

<style>
 span { border-color: #12394E; }

 span { border-color: rgb(18,57,78); }

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