Html Css Color HEX #127BBA Cerulean

📋 copy color: '#127BBA'

red 18 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #127BBA

Tints of Cerulean #127BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.61%

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

R = 5.5%
G = 37.61%
B = 56.88%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#127BBA (or 0x127BBA) is known color: Cerulean. HEX triplet: 12, 7B and BA. RGB value is (18,123,186). Sum of RGB (Red+Green+Blue) = 18+123+186=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #127BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BBA is #ED8445. Grayscale: #626262. Windows color (decimal): -15565894 or 12221202. OLE color: 12221202.

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

Color convert

RGB 18 123 186 -
CMYK 0.90 0.34 0 0.27
HSL 202.5º 0.82% 0.4% -
HSV(B) 202.5º 0.9% 0.73% -
XYZ 16.2 17.84 49.04 -
YUV 98.79 177.21 70.38 -
System Red Green Blue C M Y K H S L
Decimal 18 123 186 0.90 0.34 0 0.27 202.5 0.82 0.4
Hex 12 7B BA 5A 22 0 1B CA 52 28
Octal 22 173 272 132 42 0 33 312 122 50
Binary 10010 1111011 10111010 1011010 100010 0 11011 11001010 1010010 101000

Color Harmonies of #127BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BBA

Black with #127BBA

Text Example


Text Example

White with #127BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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