Html Css Color HEX #0281A4 Cerulean

📋 copy color: '#0281A4'

red 2 ◦ green 129 ◦ blue 164

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

Shades of Cerulean #0281A4

Tints of Cerulean #0281A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 55.59%

R = 0.68%
G = 43.73%
B = 55.59%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0281A4 (or 0x0281A4) is known color: Cerulean. HEX triplet: 02, 81 and A4. RGB value is (2,129,164). Sum of RGB (Red+Green+Blue) = 2+129+164=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #0281A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0281A4 is #FD7E5B. Grayscale: #5E5E5E. Windows color (decimal): -16612956 or 10780930. OLE color: 10780930.

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

Color convert

RGB 2 129 164 -
CMYK 0.99 0.21 0 0.36
HSL 192.96º 0.98% 0.33% -
HSV(B) 192.96º 0.99% 0.64% -
XYZ 14.58 18.39 37.9 -
YUV 95.02 166.92 61.65 -
System Red Green Blue C M Y K H S L
Decimal 2 129 164 0.99 0.21 0 0.36 192.96 0.98 0.33
Hex 2 81 A4 63 15 0 24 C1 62 21
Octal 2 201 244 143 25 0 44 301 142 41
Binary 10 10000001 10100100 1100011 10101 0 100100 11000001 1100010 100001

Color Harmonies of #0281A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0281A4

Black with #0281A4

Text Example


Text Example

White with #0281A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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