Html Css Color HEX #007096 Cerulean

📋 copy color: '#007096'

red 0 ◦ green 112 ◦ blue 150

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

Shades of Cerulean #007096

Tints of Cerulean #007096

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 112 (44.14% from 255) = 42.75%

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 0%
G = 42.75%
B = 57.25%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#007096 (or 0x007096) is known color: Cerulean. HEX triplet: 00, 70 and 96. RGB value is (0,112,150). Sum of RGB (Red+Green+Blue) = 0+112+150=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #007096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007096 is #FF8F69. Grayscale: #525252. Windows color (decimal): -16748394 or 9859072. OLE color: 9859072.

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

Color convert

RGB 0 112 150 -
CMYK 1 0.25 0 0.41
HSL 195.2º 1% 0.29% -
HSV(B) 195.2º 1% 0.59% -
XYZ 11.3 13.79 30.92 -
YUV 82.84 165.89 68.91 -
System Red Green Blue C M Y K H S L
Decimal 0 112 150 1 0.25 0 0.41 195.2 1 0.29
Hex 0 70 96 64 19 0 29 C3 64 1D
Octal 0 160 226 144 31 0 51 303 144 35
Binary 0 1110000 10010110 1100100 11001 0 101001 11000011 1100100 11101

Color Harmonies of #007096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007096

Black with #007096

Text Example


Text Example

White with #007096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007096; }

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

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

background-color css

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

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

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

border-color css

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

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

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