Html Css Color HEX #12354F Blue Whale

📋 copy color: '#12354F'

red 18 ◦ green 53 ◦ blue 79

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

Shades of Blue Whale #12354F

Tints of Blue Whale #12354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

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

R = 12%
G = 35.33%
B = 52.67%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12354F (or 0x12354F) is known color: Blue Whale. HEX triplet: 12, 35 and 4F. RGB value is (18,53,79). Sum of RGB (Red+Green+Blue) = 18+53+79=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #12354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12354F is #EDCAB0. Grayscale: #2D2D2D. Windows color (decimal): -15583921 or 5190930. OLE color: 5190930.

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

Color convert

RGB 18 53 79 -
CMYK 0.77 0.33 0 0.69
HSL 205.57º 0.63% 0.19% -
HSV(B) 205.57º 0.77% 0.31% -
XYZ 2.93 3.24 7.87 -
YUV 45.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 18 53 79 0.77 0.33 0 0.69 205.57 0.63 0.19
Hex 12 35 4F 4D 21 0 45 CE 3F 13
Octal 22 65 117 115 41 0 105 316 77 23
Binary 10010 110101 1001111 1001101 100001 0 1000101 11001110 111111 10011

Color Harmonies of #12354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12354F

Black with #12354F

Text Example


Text Example

White with #12354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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