Html Css Color HEX #0283A1 Eastern Blue

📋 copy color: '#0283A1'

red 2 ◦ green 131 ◦ blue 161

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

Shades of Eastern Blue #0283A1

Tints of Eastern Blue #0283A1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.56%

 BLUE value IS 161 (63.28% from 255) = 54.76%

R = 0.68%
G = 44.56%
B = 54.76%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0283A1 (or 0x0283A1) is known color: Eastern Blue. HEX triplet: 02, 83 and A1. RGB value is (2,131,161). Sum of RGB (Red+Green+Blue) = 2+131+161=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 161 (63.28% from 255 or 54.76% from 294); Max value from RGB is 161 - color contains mainly: blue. Hex color #0283A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0283A1 is #FD7C5E. Grayscale: #5F5F5F. Windows color (decimal): -16612447 or 10584834. OLE color: 10584834.

HSL color Cylindrical-coordinate representation of color #0283A1: hue angle of 191.32º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0283A1 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 131 161 -
CMYK 0.99 0.19 0 0.37
HSL 191.32º 0.98% 0.32% -
HSV(B) 191.32º 0.99% 0.63% -
XYZ 14.57 18.82 36.58 -
YUV 95.85 164.76 61.06 -
System Red Green Blue C M Y K H S L
Decimal 2 131 161 0.99 0.19 0 0.37 191.32 0.98 0.32
Hex 2 83 A1 63 13 0 25 BF 62 20
Octal 2 203 241 143 23 0 45 277 142 40
Binary 10 10000011 10100001 1100011 10011 0 100101 10111111 1100010 100000

Color Harmonies of #0283A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0283A1

Black with #0283A1

Text Example


Text Example

White with #0283A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0283A1; }

 p { color: rgb(2,131,161); }

 H1.HeaderClassName
 {
   color: #0283A1;
 }
 .AnyTagClassName
 {
   color: #0283A1;
 }
</style>

background-color css

<style>
 a { background-color: #0283A1; }

 a { background-color: rgb(2,131,161); }

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

border-color css

<style>
 span { border-color: #0283A1; }

 span { border-color: rgb(2,131,161); }

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