Html Css Color HEX #007496 Cerulean

📋 copy color: '#007496'

red 0 ◦ green 116 ◦ blue 150

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

Shades of Cerulean #007496

Tints of Cerulean #007496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 0%
G = 43.61%
B = 56.39%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#007496 (or 0x007496) is known color: Cerulean. HEX triplet: 00, 74 and 96. RGB value is (0,116,150). Sum of RGB (Red+Green+Blue) = 0+116+150=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #007496 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007496 is #FF8B69. Grayscale: #545454. Windows color (decimal): -16747370 or 9860096. OLE color: 9860096.

HSL color Cylindrical-coordinate representation of color #007496: hue angle of 193.6º 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 #007496 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 116 150 -
CMYK 1 0.23 0 0.41
HSL 193.6º 1% 0.29% -
HSV(B) 193.6º 1% 0.59% -
XYZ 11.75 14.69 31.07 -
YUV 85.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 0 116 150 1 0.23 0 0.41 193.6 1 0.29
Hex 0 74 96 64 17 0 29 C2 64 1D
Octal 0 164 226 144 27 0 51 302 144 35
Binary 0 1110100 10010110 1100100 10111 0 101001 11000010 1100100 11101

Color Harmonies of #007496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007496

Black with #007496

Text Example


Text Example

White with #007496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007496; }

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

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

background-color css

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

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

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

border-color css

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

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

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