Html Css Color HEX #12354B Blue Whale

📋 copy color: '#12354B'

red 18 ◦ green 53 ◦ blue 75

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

Shades of Blue Whale #12354B

Tints of Blue Whale #12354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.37%

R = 12.33%
G = 36.3%
B = 51.37%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#12354B (or 0x12354B) is known color: Blue Whale. HEX triplet: 12, 35 and 4B. RGB value is (18,53,75). Sum of RGB (Red+Green+Blue) = 18+53+75=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #12354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12354B is #EDCAB4. Grayscale: #2C2C2C. Windows color (decimal): -15583925 or 4928786. OLE color: 4928786.

HSL color Cylindrical-coordinate representation of color #12354B: hue angle of 203.16º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12354B is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 53 75 -
CMYK 0.76 0.29 0 0.71
HSL 203.16º 0.61% 0.18% -
HSV(B) 203.16º 0.76% 0.29% -
XYZ 2.79 3.18 7.12 -
YUV 45.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 18 53 75 0.76 0.29 0 0.71 203.16 0.61 0.18
Hex 12 35 4B 4C 1D 0 47 CB 3D 12
Octal 22 65 113 114 35 0 107 313 75 22
Binary 10010 110101 1001011 1001100 11101 0 1000111 11001011 111101 10010

Color Harmonies of #12354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12354B

Black with #12354B

Text Example


Text Example

White with #12354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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