Html Css Color HEX #127595 Cerulean

📋 copy color: '#127595'

red 18 ◦ green 117 ◦ blue 149

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

Shades of Cerulean #127595

Tints of Cerulean #127595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.2%

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

R = 6.34%
G = 41.2%
B = 52.46%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127595 (or 0x127595) is known color: Cerulean. HEX triplet: 12, 75 and 95. RGB value is (18,117,149). Sum of RGB (Red+Green+Blue) = 18+117+149=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #127595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127595 is #ED8A6A. Grayscale: #5A5A5A. Windows color (decimal): -15567467 or 9794834. OLE color: 9794834.

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

Color convert

RGB 18 117 149 -
CMYK 0.88 0.21 0 0.42
HSL 194.66º 0.78% 0.33% -
HSV(B) 194.66º 0.88% 0.58% -
XYZ 12.04 15.02 30.7 -
YUV 91.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 18 117 149 0.88 0.21 0 0.42 194.66 0.78 0.33
Hex 12 75 95 58 15 0 2A C3 4E 21
Octal 22 165 225 130 25 0 52 303 116 41
Binary 10010 1110101 10010101 1011000 10101 0 101010 11000011 1001110 100001

Color Harmonies of #127595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127595

Black with #127595

Text Example


Text Example

White with #127595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127595; }

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

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

background-color css

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

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

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

border-color css

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

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

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