Html Css Color HEX #127FB3 Cerulean

📋 copy color: '#127FB3'

red 18 ◦ green 127 ◦ blue 179

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

Shades of Cerulean #127FB3

Tints of Cerulean #127FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 55.25%

R = 5.56%
G = 39.2%
B = 55.25%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#127FB3 (or 0x127FB3) is known color: Cerulean. HEX triplet: 12, 7F and B3. RGB value is (18,127,179). Sum of RGB (Red+Green+Blue) = 18+127+179=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #127FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FB3 is #ED804C. Grayscale: #646464. Windows color (decimal): -15564877 or 11763474. OLE color: 11763474.

HSL color Cylindrical-coordinate representation of color #127FB3: hue angle of 199.38º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127FB3 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 127 179 -
CMYK 0.90 0.29 0 0.30
HSL 199.38º 0.82% 0.39% -
HSV(B) 199.38º 0.9% 0.7% -
XYZ 15.98 18.56 45.39 -
YUV 100.34 172.39 69.27 -
System Red Green Blue C M Y K H S L
Decimal 18 127 179 0.90 0.29 0 0.30 199.38 0.82 0.39
Hex 12 7F B3 5A 1D 0 1E C7 52 27
Octal 22 177 263 132 35 0 36 307 122 47
Binary 10010 1111111 10110011 1011010 11101 0 11110 11000111 1010010 100111

Color Harmonies of #127FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FB3

Black with #127FB3

Text Example


Text Example

White with #127FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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