Html Css Color HEX #127ABA Cerulean

📋 copy color: '#127ABA'

red 18 ◦ green 122 ◦ blue 186

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

Shades of Cerulean #127ABA

Tints of Cerulean #127ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 5.52%
G = 37.42%
B = 57.06%

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

#127ABA (or 0x127ABA) is known color: Cerulean. HEX triplet: 12, 7A and BA. RGB value is (18,122,186). Sum of RGB (Red+Green+Blue) = 18+122+186=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #127ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ABA is #ED8545. Grayscale: #616161. Windows color (decimal): -15566150 or 12220946. OLE color: 12220946.

HSL color Cylindrical-coordinate representation of color #127ABA: hue angle of 202.86º 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 #127ABA is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 122 186 -
CMYK 0.90 0.34 0 0.27
HSL 202.86º 0.82% 0.4% -
HSV(B) 202.86º 0.9% 0.73% -
XYZ 16.07 17.59 49 -
YUV 98.2 177.54 70.8 -
System Red Green Blue C M Y K H S L
Decimal 18 122 186 0.90 0.34 0 0.27 202.86 0.82 0.4
Hex 12 7A BA 5A 22 0 1B CB 52 28
Octal 22 172 272 132 42 0 33 313 122 50
Binary 10010 1111010 10111010 1011010 100010 0 11011 11001011 1010010 101000

Color Harmonies of #127ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ABA

Black with #127ABA

Text Example


Text Example

White with #127ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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