Html Css Color HEX #026098 Cerulean

📋 copy color: '#026098'

red 2 ◦ green 96 ◦ blue 152

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

Shades of Cerulean #026098

Tints of Cerulean #026098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.8%

R = 0.8%
G = 38.4%
B = 60.8%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#026098 (or 0x026098) is known color: Cerulean. HEX triplet: 02, 60 and 98. RGB value is (2,96,152). Sum of RGB (Red+Green+Blue) = 2+96+152=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #026098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026098 is #FD9F67. Grayscale: #494949. Windows color (decimal): -16621416 or 9986050. OLE color: 9986050.

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

Color convert

RGB 2 96 152 -
CMYK 0.99 0.37 0 0.40
HSL 202.4º 0.97% 0.3% -
HSV(B) 202.4º 0.99% 0.6% -
XYZ 9.88 10.65 31.24 -
YUV 74.28 171.86 76.45 -
System Red Green Blue C M Y K H S L
Decimal 2 96 152 0.99 0.37 0 0.40 202.4 0.97 0.3
Hex 2 60 98 63 25 0 28 CA 61 1E
Octal 2 140 230 143 45 0 50 312 141 36
Binary 10 1100000 10011000 1100011 100101 0 101000 11001010 1100001 11110

Color Harmonies of #026098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026098

Black with #026098

Text Example


Text Example

White with #026098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026098; }

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

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

background-color css

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

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

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

border-color css

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

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

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