Html Css Color HEX #026492 Cerulean

📋 copy color: '#026492'

red 2 ◦ green 100 ◦ blue 146

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

Shades of Cerulean #026492

Tints of Cerulean #026492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.87%

R = 0.81%
G = 40.32%
B = 58.87%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#026492 (or 0x026492) is known color: Cerulean. HEX triplet: 02, 64 and 92. RGB value is (2,100,146). Sum of RGB (Red+Green+Blue) = 2+100+146=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #026492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026492 is #FD9B6D. Grayscale: #4B4B4B. Windows color (decimal): -16620398 or 9593858. OLE color: 9593858.

HSL color Cylindrical-coordinate representation of color #026492: hue angle of 199.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026492 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 100 146 -
CMYK 0.99 0.32 0 0.43
HSL 199.17º 0.97% 0.29% -
HSV(B) 199.17º 0.99% 0.57% -
XYZ 9.77 11.2 28.84 -
YUV 75.94 167.53 75.26 -
System Red Green Blue C M Y K H S L
Decimal 2 100 146 0.99 0.32 0 0.43 199.17 0.97 0.29
Hex 2 64 92 63 20 0 2B C7 61 1D
Octal 2 144 222 143 40 0 53 307 141 35
Binary 10 1100100 10010010 1100011 100000 0 101011 11000111 1100001 11101

Color Harmonies of #026492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026492

Black with #026492

Text Example


Text Example

White with #026492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026492; }

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

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

background-color css

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

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

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

border-color css

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

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

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