Html Css Color HEX #026493 Cerulean

📋 copy color: '#026493'

red 2 ◦ green 100 ◦ blue 147

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

Shades of Cerulean #026493

Tints of Cerulean #026493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.04%

R = 0.8%
G = 40.16%
B = 59.04%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#026493 (or 0x026493) is known color: Cerulean. HEX triplet: 02, 64 and 93. RGB value is (2,100,147). Sum of RGB (Red+Green+Blue) = 2+100+147=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #026493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026493 is #FD9B6C. Grayscale: #4B4B4B. Windows color (decimal): -16620397 or 9659394. OLE color: 9659394.

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

Color convert

RGB 2 100 147 -
CMYK 0.99 0.32 0 0.42
HSL 199.45º 0.97% 0.29% -
HSV(B) 199.45º 0.99% 0.58% -
XYZ 9.85 11.23 29.25 -
YUV 76.06 168.03 75.18 -
System Red Green Blue C M Y K H S L
Decimal 2 100 147 0.99 0.32 0 0.42 199.45 0.97 0.29
Hex 2 64 93 63 20 0 2A C7 61 1D
Octal 2 144 223 143 40 0 52 307 141 35
Binary 10 1100100 10010011 1100011 100000 0 101010 11000111 1100001 11101

Color Harmonies of #026493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026493

Black with #026493

Text Example


Text Example

White with #026493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026493; }

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

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

background-color css

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

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

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

border-color css

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

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

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