Html Css Color HEX #027593 Cerulean

📋 copy color: '#027593'

red 2 ◦ green 117 ◦ blue 147

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

Shades of Cerulean #027593

Tints of Cerulean #027593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 0.75%
G = 43.98%
B = 55.26%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027593 (or 0x027593) is known color: Cerulean. HEX triplet: 02, 75 and 93. RGB value is (2,117,147). Sum of RGB (Red+Green+Blue) = 2+117+147=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #027593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027593 is #FD8A6C. Grayscale: #555555. Windows color (decimal): -16616045 or 9663746. OLE color: 9663746.

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

Color convert

RGB 2 117 147 -
CMYK 0.99 0.20 0 0.42
HSL 192.41º 0.97% 0.29% -
HSV(B) 192.41º 0.99% 0.58% -
XYZ 11.65 14.84 29.85 -
YUV 86.04 162.4 68.06 -
System Red Green Blue C M Y K H S L
Decimal 2 117 147 0.99 0.20 0 0.42 192.41 0.97 0.29
Hex 2 75 93 63 14 0 2A C0 61 1D
Octal 2 165 223 143 24 0 52 300 141 35
Binary 10 1110101 10010011 1100011 10100 0 101010 11000000 1100001 11101

Color Harmonies of #027593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027593

Black with #027593

Text Example


Text Example

White with #027593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027593; }

 p { color: rgb(2,117,147); }

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

background-color css

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

 a { background-color: rgb(2,117,147); }

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

border-color css

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

 span { border-color: rgb(2,117,147); }

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