Html Css Color HEX #026594 Cerulean

📋 copy color: '#026594'

red 2 ◦ green 101 ◦ blue 148

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

Shades of Cerulean #026594

Tints of Cerulean #026594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 0.8%
G = 40.24%
B = 58.96%

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

#026594 (or 0x026594) is known color: Cerulean. HEX triplet: 02, 65 and 94. RGB value is (2,101,148). Sum of RGB (Red+Green+Blue) = 2+101+148=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #026594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026594 is #FD9A6B. Grayscale: #4C4C4C. Windows color (decimal): -16620140 or 9725186. OLE color: 9725186.

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

Color convert

RGB 2 101 148 -
CMYK 0.99 0.32 0 0.42
HSL 199.32º 0.97% 0.29% -
HSV(B) 199.32º 0.99% 0.58% -
XYZ 10.02 11.46 29.7 -
YUV 76.76 168.2 74.68 -
System Red Green Blue C M Y K H S L
Decimal 2 101 148 0.99 0.32 0 0.42 199.32 0.97 0.29
Hex 2 65 94 63 20 0 2A C7 61 1D
Octal 2 145 224 143 40 0 52 307 141 35
Binary 10 1100101 10010100 1100011 100000 0 101010 11000111 1100001 11101

Color Harmonies of #026594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026594

Black with #026594

Text Example


Text Example

White with #026594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026594; }

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

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

background-color css

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

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

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

border-color css

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

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

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