Html Css Color HEX #026096 Cerulean

📋 copy color: '#026096'

red 2 ◦ green 96 ◦ blue 150

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

Shades of Cerulean #026096

Tints of Cerulean #026096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60.48%

R = 0.81%
G = 38.71%
B = 60.48%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#026096 (or 0x026096) is known color: Cerulean. HEX triplet: 02, 60 and 96. RGB value is (2,96,150). Sum of RGB (Red+Green+Blue) = 2+96+150=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #026096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026096 is #FD9F69. Grayscale: #494949. Windows color (decimal): -16621418 or 9854978. OLE color: 9854978.

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

Color convert

RGB 2 96 150 -
CMYK 0.99 0.36 0 0.41
HSL 201.89º 0.97% 0.3% -
HSV(B) 201.89º 0.99% 0.59% -
XYZ 9.71 10.58 30.38 -
YUV 74.05 170.86 76.61 -
System Red Green Blue C M Y K H S L
Decimal 2 96 150 0.99 0.36 0 0.41 201.89 0.97 0.3
Hex 2 60 96 63 24 0 29 CA 61 1E
Octal 2 140 226 143 44 0 51 312 141 36
Binary 10 1100000 10010110 1100011 100100 0 101001 11001010 1100001 11110

Color Harmonies of #026096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026096

Black with #026096

Text Example


Text Example

White with #026096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026096; }

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

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

background-color css

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

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

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

border-color css

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

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

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