Html Css Color HEX #026AA3 Cerulean

📋 copy color: '#026AA3'

red 2 ◦ green 106 ◦ blue 163

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

Shades of Cerulean #026AA3

Tints of Cerulean #026AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 60.15%

R = 0.74%
G = 39.11%
B = 60.15%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#026AA3 (or 0x026AA3) is known color: Cerulean. HEX triplet: 02, 6A and A3. RGB value is (2,106,163). Sum of RGB (Red+Green+Blue) = 2+106+163=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 163 (64.06% from 255 or 60.15% from 271); Max value from RGB is 163 - color contains mainly: blue. Hex color #026AA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026AA3 is #FD955C. Grayscale: #515151. Windows color (decimal): -16618845 or 10709506. OLE color: 10709506.

HSL color Cylindrical-coordinate representation of color #026AA3: hue angle of 201.24º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026AA3 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 106 163 -
CMYK 0.99 0.35 0 0.36
HSL 201.24º 0.98% 0.32% -
HSV(B) 201.24º 0.99% 0.64% -
XYZ 11.79 12.97 36.53 -
YUV 81.4 174.04 71.37 -
System Red Green Blue C M Y K H S L
Decimal 2 106 163 0.99 0.35 0 0.36 201.24 0.98 0.32
Hex 2 6A A3 63 23 0 24 C9 62 20
Octal 2 152 243 143 43 0 44 311 142 40
Binary 10 1101010 10100011 1100011 100011 0 100100 11001001 1100010 100000

Color Harmonies of #026AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026AA3

Black with #026AA3

Text Example


Text Example

White with #026AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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