Html Css Color HEX #027198 Cerulean

📋 copy color: '#027198'

red 2 ◦ green 113 ◦ blue 152

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

Shades of Cerulean #027198

Tints of Cerulean #027198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

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

R = 0.75%
G = 42.32%
B = 56.93%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#027198 (or 0x027198) is known color: Cerulean. HEX triplet: 02, 71 and 98. RGB value is (2,113,152). Sum of RGB (Red+Green+Blue) = 2+113+152=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #027198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027198 is #FD8E67. Grayscale: #535353. Windows color (decimal): -16617064 or 9990402. OLE color: 9990402.

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

Color convert

RGB 2 113 152 -
CMYK 0.99 0.26 0 0.40
HSL 195.6º 0.97% 0.3% -
HSV(B) 195.6º 0.99% 0.6% -
XYZ 11.6 14.09 31.81 -
YUV 84.26 166.23 69.33 -
System Red Green Blue C M Y K H S L
Decimal 2 113 152 0.99 0.26 0 0.40 195.6 0.97 0.3
Hex 2 71 98 63 1A 0 28 C4 61 1E
Octal 2 161 230 143 32 0 50 304 141 36
Binary 10 1110001 10011000 1100011 11010 0 101000 11000100 1100001 11110

Color Harmonies of #027198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027198

Black with #027198

Text Example


Text Example

White with #027198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027198; }

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

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

background-color css

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

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

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

border-color css

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

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

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