Html Css Color HEX #1283A4 Eastern Blue

📋 copy color: '#1283A4'

red 18 ◦ green 131 ◦ blue 164

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

Shades of Eastern Blue #1283A4

Tints of Eastern Blue #1283A4

RGB

 RED value IS 18 (7.42% from 255) = 5.75%

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

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

R = 5.75%
G = 41.85%
B = 52.4%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1283A4 (or 0x1283A4) is known color: Eastern Blue. HEX triplet: 12, 83 and A4. RGB value is (18,131,164). Sum of RGB (Red+Green+Blue) = 18+131+164=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 164 (64.45% from 255 or 52.40% from 313); Max value from RGB is 164 - color contains mainly: blue. Hex color #1283A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1283A4 is #ED7C5B. Grayscale: #646464. Windows color (decimal): -15563868 or 10781458. OLE color: 10781458.

HSL color Cylindrical-coordinate representation of color #1283A4: hue angle of 193.56º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1283A4 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 131 164 -
CMYK 0.89 0.20 0 0.36
HSL 193.56º 0.8% 0.36% -
HSV(B) 193.56º 0.89% 0.64% -
XYZ 15.07 19.04 38 -
YUV 100.98 163.56 68.82 -
System Red Green Blue C M Y K H S L
Decimal 18 131 164 0.89 0.20 0 0.36 193.56 0.8 0.36
Hex 12 83 A4 59 14 0 24 C2 50 24
Octal 22 203 244 131 24 0 44 302 120 44
Binary 10010 10000011 10100100 1011001 10100 0 100100 11000010 1010000 100100

Color Harmonies of #1283A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1283A4

Black with #1283A4

Text Example


Text Example

White with #1283A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,131,164); }

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

background-color css

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

 a { background-color: rgb(18,131,164); }

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

border-color css

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

 span { border-color: rgb(18,131,164); }

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