Html Css Color HEX #0C8BA4 Eastern Blue

📋 copy color: '#0C8BA4'

red 12 ◦ green 139 ◦ blue 164

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

Shades of Eastern Blue #0C8BA4

Tints of Eastern Blue #0C8BA4

RGB

 RED value IS 12 (5.08% from 255) = 3.81%

 GREEN value IS 139 (54.69% from 255) = 44.13%

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

R = 3.81%
G = 44.13%
B = 52.06%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0C8BA4 (or 0x0C8BA4) is known color: Eastern Blue. HEX triplet: 0C, 8B and A4. RGB value is (12,139,164). Sum of RGB (Red+Green+Blue) = 12+139+164=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 164 (64.45% from 255 or 52.06% from 315); Max value from RGB is 164 - color contains mainly: blue. Hex color #0C8BA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8BA4 is #F3745B. Grayscale: #676767. Windows color (decimal): -15955036 or 10783500. OLE color: 10783500.

HSL color Cylindrical-coordinate representation of color #0C8BA4: hue angle of 189.87º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8BA4 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 139 164 -
CMYK 0.93 0.15 0 0.36
HSL 189.87º 0.86% 0.35% -
HSV(B) 189.87º 0.93% 0.64% -
XYZ 16.09 21.22 38.37 -
YUV 103.88 161.92 62.47 -
System Red Green Blue C M Y K H S L
Decimal 12 139 164 0.93 0.15 0 0.36 189.87 0.86 0.35
Hex C 8B A4 5D F 0 24 BE 56 23
Octal 14 213 244 135 17 0 44 276 126 43
Binary 1100 10001011 10100100 1011101 1111 0 100100 10111110 1010110 100011

Color Harmonies of #0C8BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8BA4

Black with #0C8BA4

Text Example


Text Example

White with #0C8BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,139,164); }

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

background-color css

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

 a { background-color: rgb(12,139,164); }

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

border-color css

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

 span { border-color: rgb(12,139,164); }

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