Html Css Color HEX #127ABB Cerulean

📋 copy color: '#127ABB'

red 18 ◦ green 122 ◦ blue 187

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

Shades of Cerulean #127ABB

Tints of Cerulean #127ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 5.5%
G = 37.31%
B = 57.19%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#127ABB (or 0x127ABB) is known color: Cerulean. HEX triplet: 12, 7A and BB. RGB value is (18,122,187). Sum of RGB (Red+Green+Blue) = 18+122+187=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #127ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ABB is #ED8544. Grayscale: #616161. Windows color (decimal): -15566149 or 12286482. OLE color: 12286482.

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

Color convert

RGB 18 122 187 -
CMYK 0.90 0.35 0 0.27
HSL 203.08º 0.82% 0.4% -
HSV(B) 203.08º 0.9% 0.73% -
XYZ 16.18 17.64 49.57 -
YUV 98.31 178.04 70.71 -
System Red Green Blue C M Y K H S L
Decimal 18 122 187 0.90 0.35 0 0.27 203.08 0.82 0.4
Hex 12 7A BB 5A 23 0 1B CB 52 28
Octal 22 172 273 132 43 0 33 313 122 50
Binary 10010 1111010 10111011 1011010 100011 0 11011 11001011 1010010 101000

Color Harmonies of #127ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127ABB

Black with #127ABB

Text Example


Text Example

White with #127ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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