Html Css Color HEX #026D90 Cerulean

📋 copy color: '#026D90'

red 2 ◦ green 109 ◦ blue 144

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

Shades of Cerulean #026D90

Tints of Cerulean #026D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.75%

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

R = 0.78%
G = 42.75%
B = 56.47%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#026D90 (or 0x026D90) is known color: Cerulean. HEX triplet: 02, 6D and 90. RGB value is (2,109,144). Sum of RGB (Red+Green+Blue) = 2+109+144=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #026D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026D90 is #FD926F. Grayscale: #505050. Windows color (decimal): -16618096 or 9465090. OLE color: 9465090.

HSL color Cylindrical-coordinate representation of color #026D90: hue angle of 194.79º 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 #026D90 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 109 144 -
CMYK 0.99 0.24 0 0.44
HSL 194.79º 0.97% 0.29% -
HSV(B) 194.79º 0.99% 0.56% -
XYZ 10.53 12.96 28.33 -
YUV 81 163.55 71.65 -
System Red Green Blue C M Y K H S L
Decimal 2 109 144 0.99 0.24 0 0.44 194.79 0.97 0.29
Hex 2 6D 90 63 18 0 2C C3 61 1D
Octal 2 155 220 143 30 0 54 303 141 35
Binary 10 1101101 10010000 1100011 11000 0 101100 11000011 1100001 11101

Color Harmonies of #026D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026D90

Black with #026D90

Text Example


Text Example

White with #026D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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