Html Css Color HEX #12364F Blue Whale

📋 copy color: '#12364F'

red 18 ◦ green 54 ◦ blue 79

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

Shades of Blue Whale #12364F

Tints of Blue Whale #12364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.76%

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 11.92%
G = 35.76%
B = 52.32%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12364F (or 0x12364F) is known color: Blue Whale. HEX triplet: 12, 36 and 4F. RGB value is (18,54,79). Sum of RGB (Red+Green+Blue) = 18+54+79=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #12364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12364F is #EDC9B0. Grayscale: #2D2D2D. Windows color (decimal): -15583665 or 5191186. OLE color: 5191186.

HSL color Cylindrical-coordinate representation of color #12364F: hue angle of 204.59º degrees, saturation: 0.63, 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 #12364F is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 54 79 -
CMYK 0.77 0.32 0 0.69
HSL 204.59º 0.63% 0.19% -
HSV(B) 204.59º 0.77% 0.31% -
XYZ 2.98 3.33 7.88 -
YUV 46.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 18 54 79 0.77 0.32 0 0.69 204.59 0.63 0.19
Hex 12 36 4F 4D 20 0 45 CD 3F 13
Octal 22 66 117 115 40 0 105 315 77 23
Binary 10010 110110 1001111 1001101 100000 0 1000101 11001101 111111 10011

Color Harmonies of #12364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12364F

Black with #12364F

Text Example


Text Example

White with #12364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12364F; }

 p { color: rgb(18,54,79); }

 H1.HeaderClassName
 {
   color: #12364F;
 }
 .AnyTagClassName
 {
   color: #12364F;
 }
</style>

background-color css

<style>
 a { background-color: #12364F; }

 a { background-color: rgb(18,54,79); }

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

border-color css

<style>
 span { border-color: #12364F; }

 span { border-color: rgb(18,54,79); }

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