Html Css Color HEX #026498 Cerulean

📋 copy color: '#026498'

red 2 ◦ green 100 ◦ blue 152

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

Shades of Cerulean #026498

Tints of Cerulean #026498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.37%

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

R = 0.79%
G = 39.37%
B = 59.84%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#026498 (or 0x026498) is known color: Cerulean. HEX triplet: 02, 64 and 98. RGB value is (2,100,152). Sum of RGB (Red+Green+Blue) = 2+100+152=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #026498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026498 is #FD9B67. Grayscale: #4C4C4C. Windows color (decimal): -16620392 or 9987074. OLE color: 9987074.

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

Color convert

RGB 2 100 152 -
CMYK 0.99 0.34 0 0.40
HSL 200.8º 0.97% 0.3% -
HSV(B) 200.8º 0.99% 0.6% -
XYZ 10.25 11.39 31.36 -
YUV 76.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 2 100 152 0.99 0.34 0 0.40 200.8 0.97 0.3
Hex 2 64 98 63 22 0 28 C9 61 1E
Octal 2 144 230 143 42 0 50 311 141 36
Binary 10 1100100 10011000 1100011 100010 0 101000 11001001 1100001 11110

Color Harmonies of #026498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026498

Black with #026498

Text Example


Text Example

White with #026498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026498; }

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

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

background-color css

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

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

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

border-color css

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

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

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