Html Css Color HEX #026994 Cerulean

📋 copy color: '#026994'

red 2 ◦ green 105 ◦ blue 148

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

Shades of Cerulean #026994

Tints of Cerulean #026994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.18%

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

R = 0.78%
G = 41.18%
B = 58.04%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#026994 (or 0x026994) is known color: Cerulean. HEX triplet: 02, 69 and 94. RGB value is (2,105,148). Sum of RGB (Red+Green+Blue) = 2+105+148=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #026994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026994 is #FD966B. Grayscale: #4E4E4E. Windows color (decimal): -16619116 or 9726210. OLE color: 9726210.

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

Color convert

RGB 2 105 148 -
CMYK 0.99 0.29 0 0.42
HSL 197.67º 0.97% 0.29% -
HSV(B) 197.67º 0.99% 0.58% -
XYZ 10.42 12.25 29.83 -
YUV 79.11 166.88 73 -
System Red Green Blue C M Y K H S L
Decimal 2 105 148 0.99 0.29 0 0.42 197.67 0.97 0.29
Hex 2 69 94 63 1D 0 2A C6 61 1D
Octal 2 151 224 143 35 0 52 306 141 35
Binary 10 1101001 10010100 1100011 11101 0 101010 11000110 1100001 11101

Color Harmonies of #026994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026994

Black with #026994

Text Example


Text Example

White with #026994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026994; }

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

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

background-color css

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

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

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

border-color css

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

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

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