Html Css Color HEX #027398 Cerulean

📋 copy color: '#027398'

red 2 ◦ green 115 ◦ blue 152

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

Shades of Cerulean #027398

Tints of Cerulean #027398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.75%

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

R = 0.74%
G = 42.75%
B = 56.51%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#027398 (or 0x027398) is known color: Cerulean. HEX triplet: 02, 73 and 98. RGB value is (2,115,152). Sum of RGB (Red+Green+Blue) = 2+115+152=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #027398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027398 is #FD8C67. Grayscale: #555555. Windows color (decimal): -16616552 or 9990914. OLE color: 9990914.

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

Color convert

RGB 2 115 152 -
CMYK 0.99 0.24 0 0.40
HSL 194.8º 0.97% 0.3% -
HSV(B) 194.8º 0.99% 0.6% -
XYZ 11.82 14.54 31.89 -
YUV 85.43 165.56 68.49 -
System Red Green Blue C M Y K H S L
Decimal 2 115 152 0.99 0.24 0 0.40 194.8 0.97 0.3
Hex 2 73 98 63 18 0 28 C3 61 1E
Octal 2 163 230 143 30 0 50 303 141 36
Binary 10 1110011 10011000 1100011 11000 0 101000 11000011 1100001 11110

Color Harmonies of #027398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027398

Black with #027398

Text Example


Text Example

White with #027398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027398; }

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

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

background-color css

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

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

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

border-color css

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

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

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