Html Css Color HEX #0B949D Eastern Blue

📋 copy color: '#0B949D'

red 11 ◦ green 148 ◦ blue 157

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

Shades of Eastern Blue #0B949D

Tints of Eastern Blue #0B949D

RGB

 RED value IS 11 (4.69% from 255) = 3.48%

 GREEN value IS 148 (58.2% from 255) = 46.84%

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

R = 3.48%
G = 46.84%
B = 49.68%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0B949D (or 0x0B949D) is known color: Eastern Blue. HEX triplet: 0B, 94 and 9D. RGB value is (11,148,157). Sum of RGB (Red+Green+Blue) = 11+148+157=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B949D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B949D is #F46B62. Grayscale: #6B6B6B. Windows color (decimal): -16018275 or 10327051. OLE color: 10327051.

HSL color Cylindrical-coordinate representation of color #0B949D: hue angle of 183.7º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B949D is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 11 148 157 -
CMYK 0.93 0.06 0 0.38
HSL 183.7º 0.87% 0.33% -
HSV(B) 183.7º 0.93% 0.62% -
XYZ 16.81 23.69 35.58 -
YUV 108.06 155.61 58.77 -
System Red Green Blue C M Y K H S L
Decimal 11 148 157 0.93 0.06 0 0.38 183.7 0.87 0.33
Hex B 94 9D 5D 6 0 26 B8 57 21
Octal 13 224 235 135 6 0 46 270 127 41
Binary 1011 10010100 10011101 1011101 110 0 100110 10111000 1010111 100001

Color Harmonies of #0B949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B949D

Black with #0B949D

Text Example


Text Example

White with #0B949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,148,157); }

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

background-color css

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

 a { background-color: rgb(11,148,157); }

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

border-color css

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

 span { border-color: rgb(11,148,157); }

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