Html Css Color HEX #12679D Cerulean

📋 copy color: '#12679D'

red 18 ◦ green 103 ◦ blue 157

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

Shades of Cerulean #12679D

Tints of Cerulean #12679D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 6.47%
G = 37.05%
B = 56.47%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12679D (or 0x12679D) is known color: Cerulean. HEX triplet: 12, 67 and 9D. RGB value is (18,103,157). Sum of RGB (Red+Green+Blue) = 18+103+157=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #12679D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12679D is #ED9862. Grayscale: #535353. Windows color (decimal): -15571043 or 10315538. OLE color: 10315538.

HSL color Cylindrical-coordinate representation of color #12679D: hue angle of 203.31º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12679D is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 103 157 -
CMYK 0.89 0.34 0 0.38
HSL 203.31º 0.79% 0.34% -
HSV(B) 203.31º 0.89% 0.62% -
XYZ 11.19 12.26 33.68 -
YUV 83.74 169.34 81.11 -
System Red Green Blue C M Y K H S L
Decimal 18 103 157 0.89 0.34 0 0.38 203.31 0.79 0.34
Hex 12 67 9D 59 22 0 26 CB 4F 22
Octal 22 147 235 131 42 0 46 313 117 42
Binary 10010 1100111 10011101 1011001 100010 0 100110 11001011 1001111 100010

Color Harmonies of #12679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12679D

Black with #12679D

Text Example


Text Example

White with #12679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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