Html Css Color HEX #017BBA Cerulean

📋 copy color: '#017BBA'

red 1 ◦ green 123 ◦ blue 186

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

Shades of Cerulean #017BBA

Tints of Cerulean #017BBA

RGB

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

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

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

R = 0.32%
G = 39.68%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#017BBA (or 0x017BBA) is known color: Cerulean. HEX triplet: 01, 7B and BA. RGB value is (1,123,186). Sum of RGB (Red+Green+Blue) = 1+123+186=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #017BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BBA is #FE8445. Grayscale: #5D5D5D. Windows color (decimal): -16680006 or 12221185. OLE color: 12221185.

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

Color convert

RGB 1 123 186 -
CMYK 0.99 0.34 0 0.27
HSL 200.43º 0.99% 0.37% -
HSV(B) 200.43º 0.99% 0.73% -
XYZ 15.96 17.72 49.03 -
YUV 93.7 180.08 61.88 -
System Red Green Blue C M Y K H S L
Decimal 1 123 186 0.99 0.34 0 0.27 200.43 0.99 0.37
Hex 1 7B BA 63 22 0 1B C8 63 25
Octal 1 173 272 143 42 0 33 310 143 45
Binary 1 1111011 10111010 1100011 100010 0 11011 11001000 1100011 100101

Color Harmonies of #017BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BBA

Black with #017BBA

Text Example


Text Example

White with #017BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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