Html Css Color HEX #127195 Cerulean

📋 copy color: '#127195'

red 18 ◦ green 113 ◦ blue 149

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

Shades of Cerulean #127195

Tints of Cerulean #127195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

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

R = 6.43%
G = 40.36%
B = 53.21%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127195 (or 0x127195) is known color: Cerulean. HEX triplet: 12, 71 and 95. RGB value is (18,113,149). Sum of RGB (Red+Green+Blue) = 18+113+149=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #127195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127195 is #ED8E6A. Grayscale: #585858. Windows color (decimal): -15568491 or 9793810. OLE color: 9793810.

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

Color convert

RGB 18 113 149 -
CMYK 0.88 0.24 0 0.42
HSL 196.49º 0.78% 0.33% -
HSV(B) 196.49º 0.88% 0.58% -
XYZ 11.58 14.11 30.55 -
YUV 88.7 162.03 77.57 -
System Red Green Blue C M Y K H S L
Decimal 18 113 149 0.88 0.24 0 0.42 196.49 0.78 0.33
Hex 12 71 95 58 18 0 2A C4 4E 21
Octal 22 161 225 130 30 0 52 304 116 41
Binary 10010 1110001 10010101 1011000 11000 0 101010 11000100 1001110 100001

Color Harmonies of #127195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127195

Black with #127195

Text Example


Text Example

White with #127195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127195; }

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

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

background-color css

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

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

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

border-color css

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

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

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