Html Css Color HEX #127394 Cerulean

📋 copy color: '#127394'

red 18 ◦ green 115 ◦ blue 148

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

Shades of Cerulean #127394

Tints of Cerulean #127394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.93%

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

R = 6.41%
G = 40.93%
B = 52.67%

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

#127394 (or 0x127394) is known color: Cerulean. HEX triplet: 12, 73 and 94. RGB value is (18,115,148). Sum of RGB (Red+Green+Blue) = 18+115+148=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #127394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127394 is #ED8C6B. Grayscale: #595959. Windows color (decimal): -15567980 or 9728786. OLE color: 9728786.

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

Color convert

RGB 18 115 148 -
CMYK 0.88 0.22 0 0.42
HSL 195.23º 0.78% 0.33% -
HSV(B) 195.23º 0.88% 0.58% -
XYZ 11.73 14.53 30.2 -
YUV 89.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 18 115 148 0.88 0.22 0 0.42 195.23 0.78 0.33
Hex 12 73 94 58 16 0 2A C3 4E 21
Octal 22 163 224 130 26 0 52 303 116 41
Binary 10010 1110011 10010100 1011000 10110 0 101010 11000011 1001110 100001

Color Harmonies of #127394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127394

Black with #127394

Text Example


Text Example

White with #127394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127394; }

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

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

background-color css

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

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

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

border-color css

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

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

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