Html Css Color HEX #01728F Cerulean

📋 copy color: '#01728F'

red 1 ◦ green 114 ◦ blue 143

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

Shades of Cerulean #01728F

Tints of Cerulean #01728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.19%

 BLUE value IS 143 (56.25% from 255) = 55.43%

R = 0.39%
G = 44.19%
B = 55.43%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01728F (or 0x01728F) is known color: Cerulean. HEX triplet: 01, 72 and 8F. RGB value is (1,114,143). Sum of RGB (Red+Green+Blue) = 1+114+143=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #01728F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01728F is #FE8D70. Grayscale: #535353. Windows color (decimal): -16682353 or 9400833. OLE color: 9400833.

HSL color Cylindrical-coordinate representation of color #01728F: hue angle of 192.25º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01728F is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 114 143 -
CMYK 0.99 0.20 0 0.44
HSL 192.25º 0.99% 0.28% -
HSV(B) 192.25º 0.99% 0.56% -
XYZ 10.99 14.02 28.11 -
YUV 83.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 1 114 143 0.99 0.20 0 0.44 192.25 0.99 0.28
Hex 1 72 8F 63 14 0 2C C0 63 1C
Octal 1 162 217 143 24 0 54 300 143 34
Binary 1 1110010 10001111 1100011 10100 0 101100 11000000 1100011 11100

Color Harmonies of #01728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01728F

Black with #01728F

Text Example


Text Example

White with #01728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01728F; }

 p { color: rgb(1,114,143); }

 H1.HeaderClassName
 {
   color: #01728F;
 }
 .AnyTagClassName
 {
   color: #01728F;
 }
</style>

background-color css

<style>
 a { background-color: #01728F; }

 a { background-color: rgb(1,114,143); }

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

border-color css

<style>
 span { border-color: #01728F; }

 span { border-color: rgb(1,114,143); }

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