Html Css Color HEX #127498 Cerulean

📋 copy color: '#127498'

red 18 ◦ green 116 ◦ blue 152

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

Shades of Cerulean #127498

Tints of Cerulean #127498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.15%

R = 6.29%
G = 40.56%
B = 53.15%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#127498 (or 0x127498) is known color: Cerulean. HEX triplet: 12, 74 and 98. RGB value is (18,116,152). Sum of RGB (Red+Green+Blue) = 18+116+152=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #127498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127498 is #ED8B67. Grayscale: #5A5A5A. Windows color (decimal): -15567720 or 9991186. OLE color: 9991186.

HSL color Cylindrical-coordinate representation of color #127498: hue angle of 196.12º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127498 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 116 152 -
CMYK 0.88 0.24 0 0.40
HSL 196.12º 0.79% 0.33% -
HSV(B) 196.12º 0.88% 0.6% -
XYZ 12.16 14.89 31.94 -
YUV 90.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 18 116 152 0.88 0.24 0 0.40 196.12 0.79 0.33
Hex 12 74 98 58 18 0 28 C4 4F 21
Octal 22 164 230 130 30 0 50 304 117 41
Binary 10010 1110100 10011000 1011000 11000 0 101000 11000100 1001111 100001

Color Harmonies of #127498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127498

Black with #127498

Text Example


Text Example

White with #127498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127498; }

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

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

background-color css

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

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

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

border-color css

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

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

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