#0F699A

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

Shades of Cerulean #0F699A

Tints of Cerulean #0F699A

Color information

#0F699A (or 0x0F699A) is unknown color: approx Cerulean. HEX triplet: 0F, 69 and 9A. RGB value is (15,105,154). Sum of RGB (Red+Green+Blue) = 15+105+154=274 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.47% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F699A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F699A is #F09665. Grayscale: #535353. Windows color (decimal): -15767142 or 10119439. OLE color: 10119439.

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

Color convert

RGB15105154-
CMYK0.900.3200.40
HSL201.15º82.25%33.14%-
HSV(B)201.15º90.26%60.39%-
XYZ11.0812.5432.41-
YUV83.68167.6879.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.47%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=5.47%
G=38.32%
B=56.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151051540.900.3200.40201.1582.2533.14
HexF699A5A20028c95221
Octal171512321324005031112241
Binary111111010011001101010110101000000101000110010011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,154); }

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

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

 a { background-color: rgb(15,105,154); }

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

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

 span { border-color: rgb(15,105,154); }

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