Html Css Color HEX #127294 Cerulean

📋 copy color: '#127294'

red 18 ◦ green 114 ◦ blue 148

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

Shades of Cerulean #127294

Tints of Cerulean #127294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

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

R = 6.43%
G = 40.71%
B = 52.86%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127294 (or 0x127294) is known color: Cerulean. HEX triplet: 12, 72 and 94. RGB value is (18,114,148). Sum of RGB (Red+Green+Blue) = 18+114+148=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #127294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127294 is #ED8D6B. Grayscale: #585858. Windows color (decimal): -15568236 or 9728530. OLE color: 9728530.

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

Color convert

RGB 18 114 148 -
CMYK 0.88 0.23 0 0.42
HSL 195.69º 0.78% 0.33% -
HSV(B) 195.69º 0.88% 0.58% -
XYZ 11.61 14.3 30.17 -
YUV 89.17 161.2 77.24 -
System Red Green Blue C M Y K H S L
Decimal 18 114 148 0.88 0.23 0 0.42 195.69 0.78 0.33
Hex 12 72 94 58 17 0 2A C4 4E 21
Octal 22 162 224 130 27 0 52 304 116 41
Binary 10010 1110010 10010100 1011000 10111 0 101010 11000100 1001110 100001

Color Harmonies of #127294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127294

Black with #127294

Text Example


Text Example

White with #127294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127294; }

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

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

background-color css

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

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

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

border-color css

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

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

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