Html Css Color HEX #127494 Cerulean

📋 copy color: '#127494'

red 18 ◦ green 116 ◦ blue 148

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

Shades of Cerulean #127494

Tints of Cerulean #127494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

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

R = 6.38%
G = 41.13%
B = 52.48%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127494 (or 0x127494) is known color: Cerulean. HEX triplet: 12, 74 and 94. RGB value is (18,116,148). Sum of RGB (Red+Green+Blue) = 18+116+148=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #127494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127494 is #ED8B6B. Grayscale: #5A5A5A. Windows color (decimal): -15567724 or 9729042. OLE color: 9729042.

HSL color Cylindrical-coordinate representation of color #127494: hue angle of 194.77º 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 #127494 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 116 148 -
CMYK 0.88 0.22 0 0.42
HSL 194.77º 0.78% 0.33% -
HSV(B) 194.77º 0.88% 0.58% -
XYZ 11.84 14.76 30.24 -
YUV 90.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 18 116 148 0.88 0.22 0 0.42 194.77 0.78 0.33
Hex 12 74 94 58 16 0 2A C3 4E 21
Octal 22 164 224 130 26 0 52 303 116 41
Binary 10010 1110100 10010100 1011000 10110 0 101010 11000011 1001110 100001

Color Harmonies of #127494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127494

Black with #127494

Text Example


Text Example

White with #127494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127494; }

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

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

background-color css

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

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

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

border-color css

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

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

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