Html Css Color HEX #0D7C93 Eastern Blue

📋 copy color: '#0D7C93'

red 13 ◦ green 124 ◦ blue 147

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

Shades of Eastern Blue #0D7C93

Tints of Eastern Blue #0D7C93

RGB

 RED value IS 13 (5.47% from 255) = 4.58%

 GREEN value IS 124 (48.83% from 255) = 43.66%

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 4.58%
G = 43.66%
B = 51.76%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D7C93 (or 0x0D7C93) is known color: Eastern Blue. HEX triplet: 0D, 7C and 93. RGB value is (13,124,147). Sum of RGB (Red+Green+Blue) = 13+124+147=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #0D7C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7C93 is #F2836C. Grayscale: #5D5D5D. Windows color (decimal): -15893357 or 9665549. OLE color: 9665549.

HSL color Cylindrical-coordinate representation of color #0D7C93: hue angle of 190.3º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7C93 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 124 147 -
CMYK 0.91 0.16 0 0.42
HSL 190.3º 0.84% 0.31% -
HSV(B) 190.3º 0.91% 0.58% -
XYZ 12.64 16.61 30.14 -
YUV 93.43 158.23 70.63 -
System Red Green Blue C M Y K H S L
Decimal 13 124 147 0.91 0.16 0 0.42 190.3 0.84 0.31
Hex D 7C 93 5B 10 0 2A BE 54 1F
Octal 15 174 223 133 20 0 52 276 124 37
Binary 1101 1111100 10010011 1011011 10000 0 101010 10111110 1010100 11111

Color Harmonies of #0D7C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7C93

Black with #0D7C93

Text Example


Text Example

White with #0D7C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D7C93; }

 p { color: rgb(13,124,147); }

 H1.HeaderClassName
 {
   color: #0D7C93;
 }
 .AnyTagClassName
 {
   color: #0D7C93;
 }
</style>

background-color css

<style>
 a { background-color: #0D7C93; }

 a { background-color: rgb(13,124,147); }

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

border-color css

<style>
 span { border-color: #0D7C93; }

 span { border-color: rgb(13,124,147); }

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