Html Css Color HEX #12394D Blue Whale

📋 copy color: '#12394D'

red 18 ◦ green 57 ◦ blue 77

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

Shades of Blue Whale #12394D

Tints of Blue Whale #12394D

RGB

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

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

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

R = 11.84%
G = 37.5%
B = 50.66%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#12394D (or 0x12394D) is known color: Blue Whale. HEX triplet: 12, 39 and 4D. RGB value is (18,57,77). Sum of RGB (Red+Green+Blue) = 18+57+77=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #12394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12394D is #EDC6B2. Grayscale: #2F2F2F. Windows color (decimal): -15582899 or 5060882. OLE color: 5060882.

HSL color Cylindrical-coordinate representation of color #12394D: hue angle of 200.34º 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 #12394D is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 57 77 -
CMYK 0.77 0.26 0 0.70
HSL 200.34º 0.62% 0.19% -
HSV(B) 200.34º 0.77% 0.3% -
XYZ 3.05 3.59 7.55 -
YUV 47.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 18 57 77 0.77 0.26 0 0.70 200.34 0.62 0.19
Hex 12 39 4D 4D 1A 0 46 C8 3E 13
Octal 22 71 115 115 32 0 106 310 76 23
Binary 10010 111001 1001101 1001101 11010 0 1000110 11001000 111110 10011

Color Harmonies of #12394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12394D

Black with #12394D

Text Example


Text Example

White with #12394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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