Html Css Color HEX #026599 Cerulean

📋 copy color: '#026599'

red 2 ◦ green 101 ◦ blue 153

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

Shades of Cerulean #026599

Tints of Cerulean #026599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 0.78%
G = 39.45%
B = 59.77%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#026599 (or 0x026599) is known color: Cerulean. HEX triplet: 02, 65 and 99. RGB value is (2,101,153). Sum of RGB (Red+Green+Blue) = 2+101+153=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #026599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026599 is #FD9A66. Grayscale: #4D4D4D. Windows color (decimal): -16620135 or 10052866. OLE color: 10052866.

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

Color convert

RGB 2 101 153 -
CMYK 0.99 0.34 0 0.4
HSL 200.66º 0.97% 0.3% -
HSV(B) 200.66º 0.99% 0.6% -
XYZ 10.43 11.62 31.83 -
YUV 77.33 170.7 74.27 -
System Red Green Blue C M Y K H S L
Decimal 2 101 153 0.99 0.34 0 0.4 200.66 0.97 0.3
Hex 2 65 99 63 22 0 28 C9 61 1E
Octal 2 145 231 143 42 0 50 311 141 36
Binary 10 1100101 10011001 1100011 100010 0 101000 11001001 1100001 11110

Color Harmonies of #026599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026599

Black with #026599

Text Example


Text Example

White with #026599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026599; }

 p { color: rgb(2,101,153); }

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

background-color css

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

 a { background-color: rgb(2,101,153); }

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

border-color css

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

 span { border-color: rgb(2,101,153); }

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