Html Css Color HEX #027698 Cerulean

📋 copy color: '#027698'

red 2 ◦ green 118 ◦ blue 152

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

Shades of Cerulean #027698

Tints of Cerulean #027698

RGB

 RED value IS 2 (1.17% from 255) = 0.74%

 GREEN value IS 118 (46.48% from 255) = 43.38%

 BLUE value IS 152 (59.77% from 255) = 55.88%

R = 0.74%
G = 43.38%
B = 55.88%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#027698 (or 0x027698) is known color: Cerulean. HEX triplet: 02, 76 and 98. RGB value is (2,118,152). Sum of RGB (Red+Green+Blue) = 2+118+152=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #027698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027698 is #FD8967. Grayscale: #565656. Windows color (decimal): -16615784 or 9991682. OLE color: 9991682.

HSL color Cylindrical-coordinate representation of color #027698: hue angle of 193.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027698 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 118 152 -
CMYK 0.99 0.22 0 0.40
HSL 193.6º 0.97% 0.3% -
HSV(B) 193.6º 0.99% 0.6% -
XYZ 12.17 15.24 32.01 -
YUV 87.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 2 118 152 0.99 0.22 0 0.40 193.6 0.97 0.3
Hex 2 76 98 63 16 0 28 C2 61 1E
Octal 2 166 230 143 26 0 50 302 141 36
Binary 10 1110110 10011000 1100011 10110 0 101000 11000010 1100001 11110

Color Harmonies of #027698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027698

Black with #027698

Text Example


Text Example

White with #027698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027698; }

 p { color: rgb(2,118,152); }

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

background-color css

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

 a { background-color: rgb(2,118,152); }

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

border-color css

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

 span { border-color: rgb(2,118,152); }

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