Html Css Color HEX #007095 Cerulean

📋 copy color: '#007095'

red 0 ◦ green 112 ◦ blue 149

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

Shades of Cerulean #007095

Tints of Cerulean #007095

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 value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007095 (or 0x007095) is known color: 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

RGB 0 112 149 -
CMYK 1 0.25 0 0.42
HSL 194.9º 1% 0.29% -
HSV(B) 194.9º 1% 0.58% -
XYZ 11.22 13.76 30.5 -
YUV 82.73 165.39 68.99 -
System Red Green Blue C M Y K H S L
Decimal 0 112 149 1 0.25 0 0.42 194.9 1 0.29
Hex 0 70 95 64 19 0 2A C3 64 1D
Octal 0 160 225 144 31 0 52 303 144 35
Binary 0 1110000 10010101 1100100 11001 0 101010 11000011 1100100 11101

Color Harmonies of #007095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007095

Black with #007095

Text Example


Text Example

White with #007095

Text Example


Text Example

HTML Codes & Css Web 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>