Html Css Color HEX #026391 Cerulean

📋 copy color: '#026391'

red 2 ◦ green 99 ◦ blue 145

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

Shades of Cerulean #026391

Tints of Cerulean #026391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.24%

 BLUE value IS 145 (57.03% from 255) = 58.94%

R = 0.81%
G = 40.24%
B = 58.94%

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

#026391 (or 0x026391) is known color: Cerulean. HEX triplet: 02, 63 and 91. RGB value is (2,99,145). Sum of RGB (Red+Green+Blue) = 2+99+145=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #026391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026391 is #FD9C6E. Grayscale: #4A4A4A. Windows color (decimal): -16620655 or 9528066. OLE color: 9528066.

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

Color convert

RGB 2 99 145 -
CMYK 0.99 0.32 0 0.43
HSL 199.3º 0.97% 0.29% -
HSV(B) 199.3º 0.99% 0.57% -
XYZ 9.6 10.98 28.4 -
YUV 75.24 167.36 75.76 -
System Red Green Blue C M Y K H S L
Decimal 2 99 145 0.99 0.32 0 0.43 199.3 0.97 0.29
Hex 2 63 91 63 20 0 2B C7 61 1D
Octal 2 143 221 143 40 0 53 307 141 35
Binary 10 1100011 10010001 1100011 100000 0 101011 11000111 1100001 11101

Color Harmonies of #026391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026391

Black with #026391

Text Example


Text Example

White with #026391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026391; }

 p { color: rgb(2,99,145); }

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

background-color css

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

 a { background-color: rgb(2,99,145); }

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

border-color css

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

 span { border-color: rgb(2,99,145); }

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