Html Css Color HEX #0F909B Eastern Blue

📋 copy color: '#0F909B'

red 15 ◦ green 144 ◦ blue 155

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

Shades of Eastern Blue #0F909B

Tints of Eastern Blue #0F909B

RGB

 RED value IS 15 (6.25% from 255) = 4.78%

 GREEN value IS 144 (56.64% from 255) = 45.86%

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 4.78%
G = 45.86%
B = 49.36%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F909B (or 0x0F909B) is known color: Eastern Blue. HEX triplet: 0F, 90 and 9B. RGB value is (15,144,155). Sum of RGB (Red+Green+Blue) = 15+144+155=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F909B is #F06F64. Grayscale: #6A6A6A. Windows color (decimal): -15757157 or 10194959. OLE color: 10194959.

HSL color Cylindrical-coordinate representation of color #0F909B: hue angle of 184.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F909B is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 144 155 -
CMYK 0.90 0.07 0 0.39
HSL 184.71º 0.82% 0.33% -
HSV(B) 184.71º 0.9% 0.61% -
XYZ 16.09 22.41 34.49 -
YUV 106.68 155.26 62.61 -
System Red Green Blue C M Y K H S L
Decimal 15 144 155 0.90 0.07 0 0.39 184.71 0.82 0.33
Hex F 90 9B 5A 7 0 27 B9 52 21
Octal 17 220 233 132 7 0 47 271 122 41
Binary 1111 10010000 10011011 1011010 111 0 100111 10111001 1010010 100001

Color Harmonies of #0F909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F909B

Black with #0F909B

Text Example


Text Example

White with #0F909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,144,155); }

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

background-color css

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

 a { background-color: rgb(15,144,155); }

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

border-color css

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

 span { border-color: rgb(15,144,155); }

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