Html Css Color HEX #026895 Cerulean

📋 copy color: '#026895'

red 2 ◦ green 104 ◦ blue 149

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

Shades of Cerulean #026895

Tints of Cerulean #026895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.78%

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

R = 0.78%
G = 40.78%
B = 58.43%

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

#026895 (or 0x026895) is known color: Cerulean. HEX triplet: 02, 68 and 95. RGB value is (2,104,149). Sum of RGB (Red+Green+Blue) = 2+104+149=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #026895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026895 is #FD976A. Grayscale: #4E4E4E. Windows color (decimal): -16619371 or 9791490. OLE color: 9791490.

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

Color convert

RGB 2 104 149 -
CMYK 0.99 0.30 0 0.42
HSL 198.37º 0.97% 0.3% -
HSV(B) 198.37º 0.99% 0.58% -
XYZ 10.4 12.08 30.22 -
YUV 78.63 167.71 73.34 -
System Red Green Blue C M Y K H S L
Decimal 2 104 149 0.99 0.30 0 0.42 198.37 0.97 0.3
Hex 2 68 95 63 1E 0 2A C6 61 1E
Octal 2 150 225 143 36 0 52 306 141 36
Binary 10 1101000 10010101 1100011 11110 0 101010 11000110 1100001 11110

Color Harmonies of #026895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026895

Black with #026895

Text Example


Text Example

White with #026895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026895; }

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

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

background-color css

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

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

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

border-color css

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

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

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