Html Css Color HEX #0281BA Cerulean

📋 copy color: '#0281BA'

red 2 ◦ green 129 ◦ blue 186

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

Shades of Cerulean #0281BA

Tints of Cerulean #0281BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 0.63%
G = 40.69%
B = 58.68%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0281BA (or 0x0281BA) is known color: Cerulean. HEX triplet: 02, 81 and BA. RGB value is (2,129,186). Sum of RGB (Red+Green+Blue) = 2+129+186=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #0281BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281BA is #FD7E45. Grayscale: #616161. Windows color (decimal): -16612934 or 12222722. OLE color: 12222722.

HSL color Cylindrical-coordinate representation of color #0281BA: hue angle of 198.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281BA is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 129 186 -
CMYK 0.99 0.31 0 0.27
HSL 198.59º 0.98% 0.37% -
HSV(B) 198.59º 0.99% 0.73% -
XYZ 16.74 19.26 49.29 -
YUV 97.53 177.92 59.87 -
System Red Green Blue C M Y K H S L
Decimal 2 129 186 0.99 0.31 0 0.27 198.59 0.98 0.37
Hex 2 81 BA 63 1F 0 1B C7 62 25
Octal 2 201 272 143 37 0 33 307 142 45
Binary 10 10000001 10111010 1100011 11111 0 11011 11000111 1100010 100101

Color Harmonies of #0281BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0281BA

Black with #0281BA

Text Example


Text Example

White with #0281BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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