Html Css Color HEX #026192 Cerulean

📋 copy color: '#026192'

red 2 ◦ green 97 ◦ blue 146

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

Shades of Cerulean #026192

Tints of Cerulean #026192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

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

R = 0.82%
G = 39.59%
B = 59.59%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#026192 (or 0x026192) is known color: Cerulean. HEX triplet: 02, 61 and 92. RGB value is (2,97,146). Sum of RGB (Red+Green+Blue) = 2+97+146=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #026192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026192 is #FD9E6D. Grayscale: #494949. Windows color (decimal): -16621166 or 9593090. OLE color: 9593090.

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

Color convert

RGB 2 97 146 -
CMYK 0.99 0.34 0 0.43
HSL 200.42º 0.97% 0.29% -
HSV(B) 200.42º 0.99% 0.57% -
XYZ 9.49 10.64 28.75 -
YUV 74.18 168.53 76.52 -
System Red Green Blue C M Y K H S L
Decimal 2 97 146 0.99 0.34 0 0.43 200.42 0.97 0.29
Hex 2 61 92 63 22 0 2B C8 61 1D
Octal 2 141 222 143 42 0 53 310 141 35
Binary 10 1100001 10010010 1100011 100010 0 101011 11001000 1100001 11101

Color Harmonies of #026192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026192

Black with #026192

Text Example


Text Example

White with #026192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026192; }

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

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

background-color css

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

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

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

border-color css

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

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

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