#007095

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

Shades of Cerulean #007095

Tints of Cerulean #007095

Color information

#007095 (or 0x007095) is unknown color: approx Cerulean. HEX triplet: 00, 70 and 95. RGB value is (0,112,149). Sum of RGB (Red+Green+Blue) = 0+112+149=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #007095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007095 is #FF8F6A. Grayscale: #525252. Windows color (decimal): -16748395 or 9793536. OLE color: 9793536.

HSL color Cylindrical-coordinate representation of color #007095: hue angle of 194.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007095 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0112149-
CMYK10.2500.42
HSL194.9º100%29.22%-
HSV(B)194.9º100%58.43%-
XYZ11.2213.7630.5-
YUV82.73165.3968.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=0%
G=42.91%
B=57.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal011214910.2500.42194.910029.22
Hex07095641902Ac3641d
Octal01602251443105230314435
Binary0111000010010101110010011001010101011000011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007095; }

 p { color: rgb(0,112,149); }

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

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

 a { background-color: rgb(0,112,149); }

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

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

 span { border-color: rgb(0,112,149); }

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