Html Css Color HEX #127296 Cerulean

📋 copy color: '#127296'

red 18 ◦ green 114 ◦ blue 150

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

Shades of Cerulean #127296

Tints of Cerulean #127296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 6.38%
G = 40.43%
B = 53.19%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#127296 (or 0x127296) is known color: Cerulean. HEX triplet: 12, 72 and 96. RGB value is (18,114,150). Sum of RGB (Red+Green+Blue) = 18+114+150=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #127296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127296 is #ED8D69. Grayscale: #595959. Windows color (decimal): -15568234 or 9859602. OLE color: 9859602.

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

Color convert

RGB 18 114 150 -
CMYK 0.88 0.24 0 0.41
HSL 196.36º 0.79% 0.33% -
HSV(B) 196.36º 0.88% 0.59% -
XYZ 11.77 14.37 31.01 -
YUV 89.4 162.2 77.07 -
System Red Green Blue C M Y K H S L
Decimal 18 114 150 0.88 0.24 0 0.41 196.36 0.79 0.33
Hex 12 72 96 58 18 0 29 C4 4F 21
Octal 22 162 226 130 30 0 51 304 117 41
Binary 10010 1110010 10010110 1011000 11000 0 101001 11000100 1001111 100001

Color Harmonies of #127296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127296

Black with #127296

Text Example


Text Example

White with #127296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127296; }

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

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

background-color css

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

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

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

border-color css

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

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

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