Html Css Color HEX #026995 Cerulean

📋 copy color: '#026995'

red 2 ◦ green 105 ◦ blue 149

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

Shades of Cerulean #026995

Tints of Cerulean #026995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 0.78%
G = 41.02%
B = 58.2%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#026995 (or 0x026995) is known color: Cerulean. HEX triplet: 02, 69 and 95. RGB value is (2,105,149). Sum of RGB (Red+Green+Blue) = 2+105+149=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #026995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026995 is #FD966A. Grayscale: #4E4E4E. Windows color (decimal): -16619115 or 9791746. OLE color: 9791746.

HSL color Cylindrical-coordinate representation of color #026995: hue angle of 197.96º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026995 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 105 149 -
CMYK 0.99 0.30 0 0.42
HSL 197.96º 0.97% 0.3% -
HSV(B) 197.96º 0.99% 0.58% -
XYZ 10.5 12.29 30.25 -
YUV 79.22 167.38 72.92 -
System Red Green Blue C M Y K H S L
Decimal 2 105 149 0.99 0.30 0 0.42 197.96 0.97 0.3
Hex 2 69 95 63 1E 0 2A C6 61 1E
Octal 2 151 225 143 36 0 52 306 141 36
Binary 10 1101001 10010101 1100011 11110 0 101010 11000110 1100001 11110

Color Harmonies of #026995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026995

Black with #026995

Text Example


Text Example

White with #026995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026995; }

 p { color: rgb(2,105,149); }

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

background-color css

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

 a { background-color: rgb(2,105,149); }

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

border-color css

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

 span { border-color: rgb(2,105,149); }

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