Html Css Color HEX #127694 Cerulean

📋 copy color: '#127694'

red 18 ◦ green 118 ◦ blue 148

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

Shades of Cerulean #127694

Tints of Cerulean #127694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.55%

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 6.34%
G = 41.55%
B = 52.11%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127694 (or 0x127694) is known color: Cerulean. HEX triplet: 12, 76 and 94. RGB value is (18,118,148). Sum of RGB (Red+Green+Blue) = 18+118+148=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #127694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127694 is #ED896B. Grayscale: #5B5B5B. Windows color (decimal): -15567212 or 9729554. OLE color: 9729554.

HSL color Cylindrical-coordinate representation of color #127694: hue angle of 193.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127694 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 118 148 -
CMYK 0.88 0.20 0 0.42
HSL 193.85º 0.78% 0.33% -
HSV(B) 193.85º 0.88% 0.58% -
XYZ 12.07 15.22 30.32 -
YUV 91.52 159.87 75.56 -
System Red Green Blue C M Y K H S L
Decimal 18 118 148 0.88 0.20 0 0.42 193.85 0.78 0.33
Hex 12 76 94 58 14 0 2A C2 4E 21
Octal 22 166 224 130 24 0 52 302 116 41
Binary 10010 1110110 10010100 1011000 10100 0 101010 11000010 1001110 100001

Color Harmonies of #127694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127694

Black with #127694

Text Example


Text Example

White with #127694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127694; }

 p { color: rgb(18,118,148); }

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

background-color css

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

 a { background-color: rgb(18,118,148); }

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

border-color css

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

 span { border-color: rgb(18,118,148); }

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