Html Css Color HEX #0281AA Cerulean

📋 copy color: '#0281AA'

red 2 ◦ green 129 ◦ blue 170

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

Shades of Cerulean #0281AA

Tints of Cerulean #0281AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 0.66%
G = 42.86%
B = 56.48%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0281AA (or 0x0281AA) is known color: Cerulean. HEX triplet: 02, 81 and AA. RGB value is (2,129,170). Sum of RGB (Red+Green+Blue) = 2+129+170=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #0281AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0281AA is #FD7E55. Grayscale: #5F5F5F. Windows color (decimal): -16612950 or 11174146. OLE color: 11174146.

HSL color Cylindrical-coordinate representation of color #0281AA: hue angle of 194.64º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281AA is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 129 170 -
CMYK 0.99 0.24 0 0.33
HSL 194.64º 0.98% 0.34% -
HSV(B) 194.64º 0.99% 0.67% -
XYZ 15.13 18.62 40.83 -
YUV 95.7 169.92 61.17 -
System Red Green Blue C M Y K H S L
Decimal 2 129 170 0.99 0.24 0 0.33 194.64 0.98 0.34
Hex 2 81 AA 63 18 0 21 C3 62 22
Octal 2 201 252 143 30 0 41 303 142 42
Binary 10 10000001 10101010 1100011 11000 0 100001 11000011 1100010 100010

Color Harmonies of #0281AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0281AA

Black with #0281AA

Text Example


Text Example

White with #0281AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0281AA; }

 p { color: rgb(2,129,170); }

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

background-color css

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

 a { background-color: rgb(2,129,170); }

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

border-color css

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

 span { border-color: rgb(2,129,170); }

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