Html Css Color HEX #12679A Cerulean

📋 copy color: '#12679A'

red 18 ◦ green 103 ◦ blue 154

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

Shades of Cerulean #12679A

Tints of Cerulean #12679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

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

R = 6.55%
G = 37.45%
B = 56%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#12679A (or 0x12679A) is known color: Cerulean. HEX triplet: 12, 67 and 9A. RGB value is (18,103,154). Sum of RGB (Red+Green+Blue) = 18+103+154=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #12679A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12679A is #ED9865. Grayscale: #535353. Windows color (decimal): -15571046 or 10118930. OLE color: 10118930.

HSL color Cylindrical-coordinate representation of color #12679A: hue angle of 202.5º 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 #12679A is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 103 154 -
CMYK 0.88 0.33 0 0.40
HSL 202.5º 0.79% 0.34% -
HSV(B) 202.5º 0.88% 0.6% -
XYZ 10.93 12.16 32.34 -
YUV 83.4 167.84 81.35 -
System Red Green Blue C M Y K H S L
Decimal 18 103 154 0.88 0.33 0 0.40 202.5 0.79 0.34
Hex 12 67 9A 58 21 0 28 CA 4F 22
Octal 22 147 232 130 41 0 50 312 117 42
Binary 10010 1100111 10011010 1011000 100001 0 101000 11001010 1001111 100010

Color Harmonies of #12679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12679A

Black with #12679A

Text Example


Text Example

White with #12679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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