Html Css Color HEX #026992 Cerulean

📋 copy color: '#026992'

red 2 ◦ green 105 ◦ blue 146

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

Shades of Cerulean #026992

Tints of Cerulean #026992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.71%

R = 0.79%
G = 41.5%
B = 57.71%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#026992 (or 0x026992) is known color: Cerulean. HEX triplet: 02, 69 and 92. RGB value is (2,105,146). Sum of RGB (Red+Green+Blue) = 2+105+146=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #026992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026992 is #FD966D. Grayscale: #4E4E4E. Windows color (decimal): -16619118 or 9595138. OLE color: 9595138.

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

Color convert

RGB 2 105 146 -
CMYK 0.99 0.28 0 0.43
HSL 197.08º 0.97% 0.29% -
HSV(B) 197.08º 0.99% 0.57% -
XYZ 10.26 12.19 29.01 -
YUV 78.88 165.88 73.17 -
System Red Green Blue C M Y K H S L
Decimal 2 105 146 0.99 0.28 0 0.43 197.08 0.97 0.29
Hex 2 69 92 63 1C 0 2B C5 61 1D
Octal 2 151 222 143 34 0 53 305 141 35
Binary 10 1101001 10010010 1100011 11100 0 101011 11000101 1100001 11101

Color Harmonies of #026992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026992

Black with #026992

Text Example


Text Example

White with #026992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026992; }

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

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

background-color css

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

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

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

border-color css

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

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

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