Html Css Color HEX #026790 Cerulean

📋 copy color: '#026790'

red 2 ◦ green 103 ◦ blue 144

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

Shades of Cerulean #026790

Tints of Cerulean #026790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.37%

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

R = 0.8%
G = 41.37%
B = 57.83%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#026790 (or 0x026790) is known color: Cerulean. HEX triplet: 02, 67 and 90. RGB value is (2,103,144). Sum of RGB (Red+Green+Blue) = 2+103+144=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #026790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026790 is #FD986F. Grayscale: #4D4D4D. Windows color (decimal): -16619632 or 9463554. OLE color: 9463554.

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

Color convert

RGB 2 103 144 -
CMYK 0.99 0.28 0 0.44
HSL 197.32º 0.97% 0.29% -
HSV(B) 197.32º 0.99% 0.56% -
XYZ 9.91 11.73 28.13 -
YUV 77.48 165.54 74.17 -
System Red Green Blue C M Y K H S L
Decimal 2 103 144 0.99 0.28 0 0.44 197.32 0.97 0.29
Hex 2 67 90 63 1C 0 2C C5 61 1D
Octal 2 147 220 143 34 0 54 305 141 35
Binary 10 1100111 10010000 1100011 11100 0 101100 11000101 1100001 11101

Color Harmonies of #026790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026790

Black with #026790

Text Example


Text Example

White with #026790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026790; }

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

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

background-color css

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

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

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

border-color css

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

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

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