Html Css Color HEX #0F90A9 Eastern Blue

📋 copy color: '#0F90A9'

red 15 ◦ green 144 ◦ blue 169

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

Shades of Eastern Blue #0F90A9

Tints of Eastern Blue #0F90A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 51.52%

R = 4.57%
G = 43.9%
B = 51.52%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0F90A9 (or 0x0F90A9) is known color: Eastern Blue. HEX triplet: 0F, 90 and A9. RGB value is (15,144,169). Sum of RGB (Red+Green+Blue) = 15+144+169=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 169 (66.41% from 255 or 51.52% from 328); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F90A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F90A9 is #F06F56. Grayscale: #6C6C6C. Windows color (decimal): -15757143 or 11112463. OLE color: 11112463.

HSL color Cylindrical-coordinate representation of color #0F90A9: hue angle of 189.74º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F90A9 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 144 169 -
CMYK 0.91 0.15 0 0.34
HSL 189.74º 0.84% 0.36% -
HSV(B) 189.74º 0.91% 0.66% -
XYZ 17.33 22.91 41.05 -
YUV 108.28 162.26 61.47 -
System Red Green Blue C M Y K H S L
Decimal 15 144 169 0.91 0.15 0 0.34 189.74 0.84 0.36
Hex F 90 A9 5B F 0 22 BE 54 24
Octal 17 220 251 133 17 0 42 276 124 44
Binary 1111 10010000 10101001 1011011 1111 0 100010 10111110 1010100 100100

Color Harmonies of #0F90A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F90A9

Black with #0F90A9

Text Example


Text Example

White with #0F90A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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