Html Css Color HEX #127495 Cerulean

📋 copy color: '#127495'

red 18 ◦ green 116 ◦ blue 149

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

Shades of Cerulean #127495

Tints of Cerulean #127495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 6.36%
G = 40.99%
B = 52.65%

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

#127495 (or 0x127495) is known color: Cerulean. HEX triplet: 12, 74 and 95. RGB value is (18,116,149). Sum of RGB (Red+Green+Blue) = 18+116+149=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #127495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127495 is #ED8B6A. Grayscale: #5A5A5A. Windows color (decimal): -15567723 or 9794578. OLE color: 9794578.

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

Color convert

RGB 18 116 149 -
CMYK 0.88 0.22 0 0.42
HSL 195.11º 0.78% 0.33% -
HSV(B) 195.11º 0.88% 0.58% -
XYZ 11.92 14.79 30.66 -
YUV 90.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 18 116 149 0.88 0.22 0 0.42 195.11 0.78 0.33
Hex 12 74 95 58 16 0 2A C3 4E 21
Octal 22 164 225 130 26 0 52 303 116 41
Binary 10010 1110100 10010101 1011000 10110 0 101010 11000011 1001110 100001

Color Harmonies of #127495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127495

Black with #127495

Text Example


Text Example

White with #127495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127495; }

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

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

background-color css

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

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

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

border-color css

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

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

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