Html Css Color HEX #027390 Cerulean

📋 copy color: '#027390'

red 2 ◦ green 115 ◦ blue 144

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

Shades of Cerulean #027390

Tints of Cerulean #027390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 0.77%
G = 44.06%
B = 55.17%

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

#027390 (or 0x027390) is known color: Cerulean. HEX triplet: 02, 73 and 90. RGB value is (2,115,144). Sum of RGB (Red+Green+Blue) = 2+115+144=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #027390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027390 is #FD8C6F. Grayscale: #545454. Windows color (decimal): -16616560 or 9466626. OLE color: 9466626.

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

Color convert

RGB 2 115 144 -
CMYK 0.99 0.20 0 0.44
HSL 192.25º 0.97% 0.29% -
HSV(B) 192.25º 0.99% 0.56% -
XYZ 11.19 14.29 28.55 -
YUV 84.52 161.56 69.14 -
System Red Green Blue C M Y K H S L
Decimal 2 115 144 0.99 0.20 0 0.44 192.25 0.97 0.29
Hex 2 73 90 63 14 0 2C C0 61 1D
Octal 2 163 220 143 24 0 54 300 141 35
Binary 10 1110011 10010000 1100011 10100 0 101100 11000000 1100001 11101

Color Harmonies of #027390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027390

Black with #027390

Text Example


Text Example

White with #027390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027390; }

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

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

background-color css

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

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

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

border-color css

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

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

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