#0F90A4

Color #0F90A4 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0F90A4

Tints of Eastern Blue #0F90A4

Color information

#0F90A4 (or 0x0F90A4) is unknown color: approx Eastern Blue. HEX triplet: 0F, 90 and A4. RGB value is (15,144,164). Sum of RGB (Red+Green+Blue) = 15+144+164=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #0F90A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F90A4 is #F06F5B. Grayscale: #6B6B6B. Windows color (decimal): -15757148 or 10784783. OLE color: 10784783.

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

Color convert

RGB15144164-
CMYK0.910.1200.36
HSL188.05º83.24%35.1%-
HSV(B)188.05º90.85%64.31%-
XYZ16.8722.7338.62-
YUV107.71159.7661.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.64%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 164 (64.45% from 255) = 50.77%
R=4.64%
G=44.58%
B=50.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151441640.910.1200.36188.0583.2435.1
HexF90A45BC024bc5323
Octal172202441331404427412343
Binary11111001000010100100101101111000100100101111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F90A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F90A4;
 }
 .AnyTagClassName
 {
   color: #0F90A4;
 }
</style>
background-color css

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

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

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

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

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

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