Html Css Color HEX #026291 Cerulean

📋 copy color: '#026291'

red 2 ◦ green 98 ◦ blue 145

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

Shades of Cerulean #026291

Tints of Cerulean #026291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

 BLUE value IS 145 (57.03% from 255) = 59.18%

R = 0.82%
G = 40%
B = 59.18%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#026291 (or 0x026291) is known color: Cerulean. HEX triplet: 02, 62 and 91. RGB value is (2,98,145). Sum of RGB (Red+Green+Blue) = 2+98+145=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #026291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026291 is #FD9D6E. Grayscale: #4A4A4A. Windows color (decimal): -16620911 or 9527810. OLE color: 9527810.

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

Color convert

RGB 2 98 145 -
CMYK 0.99 0.32 0 0.43
HSL 199.72º 0.97% 0.29% -
HSV(B) 199.72º 0.99% 0.57% -
XYZ 9.5 10.79 28.37 -
YUV 74.65 167.7 76.18 -
System Red Green Blue C M Y K H S L
Decimal 2 98 145 0.99 0.32 0 0.43 199.72 0.97 0.29
Hex 2 62 91 63 20 0 2B C8 61 1D
Octal 2 142 221 143 40 0 53 310 141 35
Binary 10 1100010 10010001 1100011 100000 0 101011 11001000 1100001 11101

Color Harmonies of #026291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026291

Black with #026291

Text Example


Text Example

White with #026291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026291; }

 p { color: rgb(2,98,145); }

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

background-color css

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

 a { background-color: rgb(2,98,145); }

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

border-color css

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

 span { border-color: rgb(2,98,145); }

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