Html Css Color HEX #01869D Eastern Blue

📋 copy color: '#01869D'

red 1 ◦ green 134 ◦ blue 157

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

Shades of Eastern Blue #01869D

Tints of Eastern Blue #01869D

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 134 (52.73% from 255) = 45.89%

 BLUE value IS 157 (61.72% from 255) = 53.77%

R = 0.34%
G = 45.89%
B = 53.77%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01869D (or 0x01869D) is known color: Eastern Blue. HEX triplet: 01, 86 and 9D. RGB value is (1,134,157). Sum of RGB (Red+Green+Blue) = 1+134+157=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #01869D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01869D is #FE7962. Grayscale: #606060. Windows color (decimal): -16677219 or 10323457. OLE color: 10323457.

HSL color Cylindrical-coordinate representation of color #01869D: hue angle of 188.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01869D is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 134 157 -
CMYK 0.99 0.15 0 0.38
HSL 188.85º 0.99% 0.31% -
HSV(B) 188.85º 0.99% 0.62% -
XYZ 14.62 19.49 34.89 -
YUV 96.86 161.94 59.63 -
System Red Green Blue C M Y K H S L
Decimal 1 134 157 0.99 0.15 0 0.38 188.85 0.99 0.31
Hex 1 86 9D 63 F 0 26 BD 63 1F
Octal 1 206 235 143 17 0 46 275 143 37
Binary 1 10000110 10011101 1100011 1111 0 100110 10111101 1100011 11111

Color Harmonies of #01869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01869D

Black with #01869D

Text Example


Text Example

White with #01869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01869D; }

 p { color: rgb(1,134,157); }

 H1.HeaderClassName
 {
   color: #01869D;
 }
 .AnyTagClassName
 {
   color: #01869D;
 }
</style>

background-color css

<style>
 a { background-color: #01869D; }

 a { background-color: rgb(1,134,157); }

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

border-color css

<style>
 span { border-color: #01869D; }

 span { border-color: rgb(1,134,157); }

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