Html Css Color HEX #017EBA Cerulean

📋 copy color: '#017EBA'

red 1 ◦ green 126 ◦ blue 186

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

Shades of Cerulean #017EBA

Tints of Cerulean #017EBA

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

 GREEN value IS 126 (49.61% from 255) = 40.26%

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

R = 0.32%
G = 40.26%
B = 59.42%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#017EBA (or 0x017EBA) is known color: Cerulean. HEX triplet: 01, 7E and BA. RGB value is (1,126,186). Sum of RGB (Red+Green+Blue) = 1+126+186=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #017EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017EBA is #FE8145. Grayscale: #5F5F5F. Windows color (decimal): -16679238 or 12221953. OLE color: 12221953.

HSL color Cylindrical-coordinate representation of color #017EBA: hue angle of 199.46º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017EBA is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 126 186 -
CMYK 0.99 0.32 0 0.27
HSL 199.46º 0.99% 0.37% -
HSV(B) 199.46º 0.99% 0.73% -
XYZ 16.34 18.47 49.16 -
YUV 95.47 179.09 60.62 -
System Red Green Blue C M Y K H S L
Decimal 1 126 186 0.99 0.32 0 0.27 199.46 0.99 0.37
Hex 1 7E BA 63 20 0 1B C7 63 25
Octal 1 176 272 143 40 0 33 307 143 45
Binary 1 1111110 10111010 1100011 100000 0 11011 11000111 1100011 100101

Color Harmonies of #017EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017EBA

Black with #017EBA

Text Example


Text Example

White with #017EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017EBA; }

 p { color: rgb(1,126,186); }

 H1.HeaderClassName
 {
   color: #017EBA;
 }
 .AnyTagClassName
 {
   color: #017EBA;
 }
</style>

background-color css

<style>
 a { background-color: #017EBA; }

 a { background-color: rgb(1,126,186); }

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

border-color css

<style>
 span { border-color: #017EBA; }

 span { border-color: rgb(1,126,186); }

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