Html Css Color HEX #127CBA Cerulean

📋 copy color: '#127CBA'

red 18 ◦ green 124 ◦ blue 186

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

Shades of Cerulean #127CBA

Tints of Cerulean #127CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.8%

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

R = 5.49%
G = 37.8%
B = 56.71%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#127CBA (or 0x127CBA) is known color: Cerulean. HEX triplet: 12, 7C and BA. RGB value is (18,124,186). Sum of RGB (Red+Green+Blue) = 18+124+186=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #127CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CBA is #ED8345. Grayscale: #636363. Windows color (decimal): -15565638 or 12221458. OLE color: 12221458.

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

Color convert

RGB 18 124 186 -
CMYK 0.90 0.33 0 0.27
HSL 202.14º 0.82% 0.4% -
HSV(B) 202.14º 0.9% 0.73% -
XYZ 16.32 18.09 49.09 -
YUV 99.37 176.88 69.96 -
System Red Green Blue C M Y K H S L
Decimal 18 124 186 0.90 0.33 0 0.27 202.14 0.82 0.4
Hex 12 7C BA 5A 21 0 1B CA 52 28
Octal 22 174 272 132 41 0 33 312 122 50
Binary 10010 1111100 10111010 1011010 100001 0 11011 11001010 1010010 101000

Color Harmonies of #127CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CBA

Black with #127CBA

Text Example


Text Example

White with #127CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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