Html Css Color HEX #027998 Cerulean

📋 copy color: '#027998'

red 2 ◦ green 121 ◦ blue 152

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

Shades of Cerulean #027998

Tints of Cerulean #027998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44%

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

R = 0.73%
G = 44%
B = 55.27%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#027998 (or 0x027998) is known color: Cerulean. HEX triplet: 02, 79 and 98. RGB value is (2,121,152). Sum of RGB (Red+Green+Blue) = 2+121+152=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #027998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027998 is #FD8667. Grayscale: #585858. Windows color (decimal): -16615016 or 9992450. OLE color: 9992450.

HSL color Cylindrical-coordinate representation of color #027998: hue angle of 192.4º 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 #027998 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 121 152 -
CMYK 0.99 0.20 0 0.40
HSL 192.4º 0.97% 0.3% -
HSV(B) 192.4º 0.99% 0.6% -
XYZ 12.53 15.95 32.12 -
YUV 88.95 163.58 65.98 -
System Red Green Blue C M Y K H S L
Decimal 2 121 152 0.99 0.20 0 0.40 192.4 0.97 0.3
Hex 2 79 98 63 14 0 28 C0 61 1E
Octal 2 171 230 143 24 0 50 300 141 36
Binary 10 1111001 10011000 1100011 10100 0 101000 11000000 1100001 11110

Color Harmonies of #027998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027998

Black with #027998

Text Example


Text Example

White with #027998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027998; }

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

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

background-color css

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

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

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

border-color css

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

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

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