Html Css Color HEX #127FB9 Cerulean

📋 copy color: '#127FB9'

red 18 ◦ green 127 ◦ blue 185

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

Shades of Cerulean #127FB9

Tints of Cerulean #127FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.06%

R = 5.45%
G = 38.48%
B = 56.06%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#127FB9 (or 0x127FB9) is known color: Cerulean. HEX triplet: 12, 7F and B9. RGB value is (18,127,185). Sum of RGB (Red+Green+Blue) = 18+127+185=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #127FB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FB9 is #ED8046. Grayscale: #646464. Windows color (decimal): -15564871 or 12156690. OLE color: 12156690.

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

Color convert

RGB 18 127 185 -
CMYK 0.90 0.31 0 0.27
HSL 200.84º 0.82% 0.4% -
HSV(B) 200.84º 0.9% 0.73% -
XYZ 16.6 18.81 48.65 -
YUV 101.02 175.39 68.78 -
System Red Green Blue C M Y K H S L
Decimal 18 127 185 0.90 0.31 0 0.27 200.84 0.82 0.4
Hex 12 7F B9 5A 1F 0 1B C9 52 28
Octal 22 177 271 132 37 0 33 311 122 50
Binary 10010 1111111 10111001 1011010 11111 0 11011 11001001 1010010 101000

Color Harmonies of #127FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FB9

Black with #127FB9

Text Example


Text Example

White with #127FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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