Html Css Color HEX #026091 Cerulean

📋 copy color: '#026091'

red 2 ◦ green 96 ◦ blue 145

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

Shades of Cerulean #026091

Tints of Cerulean #026091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

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

R = 0.82%
G = 39.51%
B = 59.67%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#026091 (or 0x026091) is known color: Cerulean. HEX triplet: 02, 60 and 91. RGB value is (2,96,145). Sum of RGB (Red+Green+Blue) = 2+96+145=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #026091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026091 is #FD9F6E. Grayscale: #494949. Windows color (decimal): -16621423 or 9527298. OLE color: 9527298.

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

Color convert

RGB 2 96 145 -
CMYK 0.99 0.34 0 0.43
HSL 200.56º 0.97% 0.29% -
HSV(B) 200.56º 0.99% 0.57% -
XYZ 9.32 10.42 28.31 -
YUV 73.48 168.36 77.02 -
System Red Green Blue C M Y K H S L
Decimal 2 96 145 0.99 0.34 0 0.43 200.56 0.97 0.29
Hex 2 60 91 63 22 0 2B C9 61 1D
Octal 2 140 221 143 42 0 53 311 141 35
Binary 10 1100000 10010001 1100011 100010 0 101011 11001001 1100001 11101

Color Harmonies of #026091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026091

Black with #026091

Text Example


Text Example

White with #026091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026091; }

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

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

background-color css

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

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

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

border-color css

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

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

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