Html Css Color HEX #007295 Cerulean

📋 copy color: '#007295'

red 0 ◦ green 114 ◦ blue 149

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

Shades of Cerulean #007295

Tints of Cerulean #007295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

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

R = 0%
G = 43.35%
B = 56.65%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#007295 (or 0x007295) is known color: Cerulean. HEX triplet: 00, 72 and 95. RGB value is (0,114,149). Sum of RGB (Red+Green+Blue) = 0+114+149=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #007295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007295 is #FF8D6A. Grayscale: #535353. Windows color (decimal): -16747883 or 9794048. OLE color: 9794048.

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

Color convert

RGB 0 114 149 -
CMYK 1 0.23 0 0.42
HSL 194.09º 1% 0.29% -
HSV(B) 194.09º 1% 0.58% -
XYZ 11.44 14.2 30.57 -
YUV 83.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 0 114 149 1 0.23 0 0.42 194.09 1 0.29
Hex 0 72 95 64 17 0 2A C2 64 1D
Octal 0 162 225 144 27 0 52 302 144 35
Binary 0 1110010 10010101 1100100 10111 0 101010 11000010 1100100 11101

Color Harmonies of #007295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007295

Black with #007295

Text Example


Text Example

White with #007295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007295; }

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

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

background-color css

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

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

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

border-color css

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

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

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