Html Css Color HEX #027294 Cerulean

📋 copy color: '#027294'

red 2 ◦ green 114 ◦ blue 148

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

Shades of Cerulean #027294

Tints of Cerulean #027294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.18%

 BLUE value IS 148 (58.2% from 255) = 56.06%

R = 0.76%
G = 43.18%
B = 56.06%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027294 (or 0x027294) is known color: Cerulean. HEX triplet: 02, 72 and 94. RGB value is (2,114,148). Sum of RGB (Red+Green+Blue) = 2+114+148=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #027294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027294 is #FD8D6B. Grayscale: #545454. Windows color (decimal): -16616812 or 9728514. OLE color: 9728514.

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

Color convert

RGB 2 114 148 -
CMYK 0.99 0.23 0 0.42
HSL 193.97º 0.97% 0.29% -
HSV(B) 193.97º 0.99% 0.58% -
XYZ 11.39 14.19 30.15 -
YUV 84.39 163.89 69.24 -
System Red Green Blue C M Y K H S L
Decimal 2 114 148 0.99 0.23 0 0.42 193.97 0.97 0.29
Hex 2 72 94 63 17 0 2A C2 61 1D
Octal 2 162 224 143 27 0 52 302 141 35
Binary 10 1110010 10010100 1100011 10111 0 101010 11000010 1100001 11101

Color Harmonies of #027294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027294

Black with #027294

Text Example


Text Example

White with #027294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027294; }

 p { color: rgb(2,114,148); }

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

background-color css

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

 a { background-color: rgb(2,114,148); }

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

border-color css

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

 span { border-color: rgb(2,114,148); }

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