Html Css Color HEX #127298 Cerulean

📋 copy color: '#127298'

red 18 ◦ green 114 ◦ blue 152

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

Shades of Cerulean #127298

Tints of Cerulean #127298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

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

R = 6.34%
G = 40.14%
B = 53.52%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#127298 (or 0x127298) is known color: Cerulean. HEX triplet: 12, 72 and 98. RGB value is (18,114,152). Sum of RGB (Red+Green+Blue) = 18+114+152=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #127298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127298 is #ED8D67. Grayscale: #595959. Windows color (decimal): -15568232 or 9990674. OLE color: 9990674.

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

Color convert

RGB 18 114 152 -
CMYK 0.88 0.25 0 0.40
HSL 197.01º 0.79% 0.33% -
HSV(B) 197.01º 0.88% 0.6% -
XYZ 11.93 14.43 31.86 -
YUV 89.63 163.2 76.91 -
System Red Green Blue C M Y K H S L
Decimal 18 114 152 0.88 0.25 0 0.40 197.01 0.79 0.33
Hex 12 72 98 58 19 0 28 C5 4F 21
Octal 22 162 230 130 31 0 50 305 117 41
Binary 10010 1110010 10011000 1011000 11001 0 101000 11000101 1001111 100001

Color Harmonies of #127298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127298

Black with #127298

Text Example


Text Example

White with #127298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127298; }

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

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

background-color css

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

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

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

border-color css

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

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

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