Html Css Color HEX #12689A Cerulean

📋 copy color: '#12689A'

red 18 ◦ green 104 ◦ blue 154

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

Shades of Cerulean #12689A

Tints of Cerulean #12689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

 BLUE value IS 154 (60.55% from 255) = 55.8%

R = 6.52%
G = 37.68%
B = 55.8%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12689A (or 0x12689A) is known color: Cerulean. HEX triplet: 12, 68 and 9A. RGB value is (18,104,154). Sum of RGB (Red+Green+Blue) = 18+104+154=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #12689A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12689A is #ED9765. Grayscale: #535353. Windows color (decimal): -15570790 or 10119186. OLE color: 10119186.

HSL color Cylindrical-coordinate representation of color #12689A: hue angle of 202.06º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12689A is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 104 154 -
CMYK 0.88 0.32 0 0.40
HSL 202.06º 0.79% 0.34% -
HSV(B) 202.06º 0.88% 0.6% -
XYZ 11.03 12.36 32.38 -
YUV 83.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 18 104 154 0.88 0.32 0 0.40 202.06 0.79 0.34
Hex 12 68 9A 58 20 0 28 CA 4F 22
Octal 22 150 232 130 40 0 50 312 117 42
Binary 10010 1101000 10011010 1011000 100000 0 101000 11001010 1001111 100010

Color Harmonies of #12689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12689A

Black with #12689A

Text Example


Text Example

White with #12689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12689A; }

 p { color: rgb(18,104,154); }

 H1.HeaderClassName
 {
   color: #12689A;
 }
 .AnyTagClassName
 {
   color: #12689A;
 }
</style>

background-color css

<style>
 a { background-color: #12689A; }

 a { background-color: rgb(18,104,154); }

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

border-color css

<style>
 span { border-color: #12689A; }

 span { border-color: rgb(18,104,154); }

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