Html Css Color HEX #127FC0 Cerulean

📋 copy color: '#127FC0'

red 18 ◦ green 127 ◦ blue 192

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

Shades of Cerulean #127FC0

Tints of Cerulean #127FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 5.34%
G = 37.69%
B = 56.97%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#127FC0 (or 0x127FC0) is known color: Cerulean. HEX triplet: 12, 7F and C0. RGB value is (18,127,192). Sum of RGB (Red+Green+Blue) = 18+127+192=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #127FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FC0 is #ED803F. Grayscale: #656565. Windows color (decimal): -15564864 or 12615442. OLE color: 12615442.

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

Color convert

RGB 18 127 192 -
CMYK 0.91 0.34 0 0.25
HSL 202.41º 0.83% 0.41% -
HSV(B) 202.41º 0.91% 0.75% -
XYZ 17.35 19.11 52.64 -
YUV 101.82 178.89 68.21 -
System Red Green Blue C M Y K H S L
Decimal 18 127 192 0.91 0.34 0 0.25 202.41 0.83 0.41
Hex 12 7F C0 5B 22 0 19 CA 53 29
Octal 22 177 300 133 42 0 31 312 123 51
Binary 10010 1111111 11000000 1011011 100010 0 11001 11001010 1010011 101001

Color Harmonies of #127FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FC0

Black with #127FC0

Text Example


Text Example

White with #127FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,127,192); }

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

background-color css

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

 a { background-color: rgb(18,127,192); }

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

border-color css

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

 span { border-color: rgb(18,127,192); }

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