Html Css Color HEX #127AB9 Cerulean

📋 copy color: '#127AB9'

red 18 ◦ green 122 ◦ blue 185

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

Shades of Cerulean #127AB9

Tints of Cerulean #127AB9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.54%

 BLUE value IS 185 (72.66% from 255) = 56.92%

R = 5.54%
G = 37.54%
B = 56.92%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#127AB9 (or 0x127AB9) is known color: Cerulean. HEX triplet: 12, 7A and B9. RGB value is (18,122,185). Sum of RGB (Red+Green+Blue) = 18+122+185=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #127AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AB9 is #ED8546. Grayscale: #616161. Windows color (decimal): -15566151 or 12155410. OLE color: 12155410.

HSL color Cylindrical-coordinate representation of color #127AB9: hue angle of 202.63º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127AB9 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 122 185 -
CMYK 0.90 0.34 0 0.27
HSL 202.63º 0.82% 0.4% -
HSV(B) 202.63º 0.9% 0.73% -
XYZ 15.97 17.55 48.45 -
YUV 98.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 18 122 185 0.90 0.34 0 0.27 202.63 0.82 0.4
Hex 12 7A B9 5A 22 0 1B CB 52 28
Octal 22 172 271 132 42 0 33 313 122 50
Binary 10010 1111010 10111001 1011010 100010 0 11011 11001011 1010010 101000

Color Harmonies of #127AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AB9

Black with #127AB9

Text Example


Text Example

White with #127AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127AB9; }

 p { color: rgb(18,122,185); }

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

background-color css

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

 a { background-color: rgb(18,122,185); }

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

border-color css

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

 span { border-color: rgb(18,122,185); }

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