Html Css Color HEX #026293 Cerulean

📋 copy color: '#026293'

red 2 ◦ green 98 ◦ blue 147

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

Shades of Cerulean #026293

Tints of Cerulean #026293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.68%

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

R = 0.81%
G = 39.68%
B = 59.51%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#026293 (or 0x026293) is known color: Cerulean. HEX triplet: 02, 62 and 93. RGB value is (2,98,147). Sum of RGB (Red+Green+Blue) = 2+98+147=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #026293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026293 is #FD9D6C. Grayscale: #4A4A4A. Windows color (decimal): -16620909 or 9658882. OLE color: 9658882.

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

Color convert

RGB 2 98 147 -
CMYK 0.99 0.33 0 0.42
HSL 200.28º 0.97% 0.29% -
HSV(B) 200.28º 0.99% 0.58% -
XYZ 9.66 10.85 29.19 -
YUV 74.88 168.7 76.02 -
System Red Green Blue C M Y K H S L
Decimal 2 98 147 0.99 0.33 0 0.42 200.28 0.97 0.29
Hex 2 62 93 63 21 0 2A C8 61 1D
Octal 2 142 223 143 41 0 52 310 141 35
Binary 10 1100010 10010011 1100011 100001 0 101010 11001000 1100001 11101

Color Harmonies of #026293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026293

Black with #026293

Text Example


Text Example

White with #026293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026293; }

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

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

background-color css

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

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

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

border-color css

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

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

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