Html Css Color HEX #007495 Cerulean

📋 copy color: '#007495'

red 0 ◦ green 116 ◦ blue 149

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

Shades of Cerulean #007495

Tints of Cerulean #007495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 0%
G = 43.77%
B = 56.23%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007495 (or 0x007495) is known color: Cerulean. HEX triplet: 00, 74 and 95. RGB value is (0,116,149). Sum of RGB (Red+Green+Blue) = 0+116+149=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #007495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007495 is #FF8B6A. Grayscale: #545454. Windows color (decimal): -16747371 or 9794560. OLE color: 9794560.

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

Color convert

RGB 0 116 149 -
CMYK 1 0.22 0 0.42
HSL 193.29º 1% 0.29% -
HSV(B) 193.29º 1% 0.58% -
XYZ 11.67 14.66 30.65 -
YUV 85.08 164.07 67.32 -
System Red Green Blue C M Y K H S L
Decimal 0 116 149 1 0.22 0 0.42 193.29 1 0.29
Hex 0 74 95 64 16 0 2A C1 64 1D
Octal 0 164 225 144 26 0 52 301 144 35
Binary 0 1110100 10010101 1100100 10110 0 101010 11000001 1100100 11101

Color Harmonies of #007495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007495

Black with #007495

Text Example


Text Example

White with #007495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007495; }

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

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

background-color css

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

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

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

border-color css

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

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

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