Html Css Color HEX #127CBE Cerulean

📋 copy color: '#127CBE'

red 18 ◦ green 124 ◦ blue 190

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

Shades of Cerulean #127CBE

Tints of Cerulean #127CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 5.42%
G = 37.35%
B = 57.23%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#127CBE (or 0x127CBE) is known color: Cerulean. HEX triplet: 12, 7C and BE. RGB value is (18,124,190). Sum of RGB (Red+Green+Blue) = 18+124+190=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #127CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CBE is #ED8341. Grayscale: #636363. Windows color (decimal): -15565634 or 12483602. OLE color: 12483602.

HSL color Cylindrical-coordinate representation of color #127CBE: hue angle of 203.02º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127CBE is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 124 190 -
CMYK 0.91 0.35 0 0.25
HSL 203.02º 0.83% 0.41% -
HSV(B) 203.02º 0.91% 0.75% -
XYZ 16.75 18.26 51.36 -
YUV 99.83 178.88 69.63 -
System Red Green Blue C M Y K H S L
Decimal 18 124 190 0.91 0.35 0 0.25 203.02 0.83 0.41
Hex 12 7C BE 5B 23 0 19 CB 53 29
Octal 22 174 276 133 43 0 31 313 123 51
Binary 10010 1111100 10111110 1011011 100011 0 11001 11001011 1010011 101001

Color Harmonies of #127CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CBE

Black with #127CBE

Text Example


Text Example

White with #127CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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