Html Css Color HEX #026A94 Cerulean

📋 copy color: '#026A94'

red 2 ◦ green 106 ◦ blue 148

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

Shades of Cerulean #026A94

Tints of Cerulean #026A94

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

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

R = 0.78%
G = 41.41%
B = 57.81%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#026A94 (or 0x026A94) is known color: Cerulean. HEX triplet: 02, 6A and 94. RGB value is (2,106,148). Sum of RGB (Red+Green+Blue) = 2+106+148=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #026A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A94 is #FD956B. Grayscale: #4F4F4F. Windows color (decimal): -16618860 or 9726466. OLE color: 9726466.

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

Color convert

RGB 2 106 148 -
CMYK 0.99 0.28 0 0.42
HSL 197.26º 0.97% 0.29% -
HSV(B) 197.26º 0.99% 0.58% -
XYZ 10.52 12.46 29.87 -
YUV 79.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 2 106 148 0.99 0.28 0 0.42 197.26 0.97 0.29
Hex 2 6A 94 63 1C 0 2A C5 61 1D
Octal 2 152 224 143 34 0 52 305 141 35
Binary 10 1101010 10010100 1100011 11100 0 101010 11000101 1100001 11101

Color Harmonies of #026A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026A94

Black with #026A94

Text Example


Text Example

White with #026A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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