Html Css Color HEX #127795 Cerulean

📋 copy color: '#127795'

red 18 ◦ green 119 ◦ blue 149

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

Shades of Cerulean #127795

Tints of Cerulean #127795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 6.29%
G = 41.61%
B = 52.1%

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

#127795 (or 0x127795) is known color: Cerulean. HEX triplet: 12, 77 and 95. RGB value is (18,119,149). Sum of RGB (Red+Green+Blue) = 18+119+149=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #127795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127795 is #ED886A. Grayscale: #5C5C5C. Windows color (decimal): -15566955 or 9795346. OLE color: 9795346.

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

Color convert

RGB 18 119 149 -
CMYK 0.88 0.20 0 0.42
HSL 193.74º 0.78% 0.33% -
HSV(B) 193.74º 0.88% 0.58% -
XYZ 12.27 15.49 30.78 -
YUV 92.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 18 119 149 0.88 0.20 0 0.42 193.74 0.78 0.33
Hex 12 77 95 58 14 0 2A C2 4E 21
Octal 22 167 225 130 24 0 52 302 116 41
Binary 10010 1110111 10010101 1011000 10100 0 101010 11000010 1001110 100001

Color Harmonies of #127795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127795

Black with #127795

Text Example


Text Example

White with #127795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127795; }

 p { color: rgb(18,119,149); }

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

background-color css

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

 a { background-color: rgb(18,119,149); }

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

border-color css

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

 span { border-color: rgb(18,119,149); }

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