Html Css Color HEX #017BA1 Cerulean

📋 copy color: '#017BA1'

red 1 ◦ green 123 ◦ blue 161

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

Shades of Cerulean #017BA1

Tints of Cerulean #017BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 56.49%

R = 0.35%
G = 43.16%
B = 56.49%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#017BA1 (or 0x017BA1) is known color: Cerulean. HEX triplet: 01, 7B and A1. RGB value is (1,123,161). Sum of RGB (Red+Green+Blue) = 1+123+161=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #017BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017BA1 is #FE845E. Grayscale: #5A5A5A. Windows color (decimal): -16680031 or 10582785. OLE color: 10582785.

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

Color convert

RGB 1 123 161 -
CMYK 0.99 0.24 0 0.37
HSL 194.25º 0.99% 0.32% -
HSV(B) 194.25º 0.99% 0.63% -
XYZ 13.53 16.75 36.24 -
YUV 90.85 167.58 63.91 -
System Red Green Blue C M Y K H S L
Decimal 1 123 161 0.99 0.24 0 0.37 194.25 0.99 0.32
Hex 1 7B A1 63 18 0 25 C2 63 20
Octal 1 173 241 143 30 0 45 302 143 40
Binary 1 1111011 10100001 1100011 11000 0 100101 11000010 1100011 100000

Color Harmonies of #017BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BA1

Black with #017BA1

Text Example


Text Example

White with #017BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,123,161); }

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

background-color css

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

 a { background-color: rgb(1,123,161); }

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

border-color css

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

 span { border-color: rgb(1,123,161); }

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