Html Css Color HEX #007290 Cerulean

📋 copy color: '#007290'

red 0 ◦ green 114 ◦ blue 144

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

Shades of Cerulean #007290

Tints of Cerulean #007290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.81%

R = 0%
G = 44.19%
B = 55.81%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#007290 (or 0x007290) is known color: Cerulean. HEX triplet: 00, 72 and 90. RGB value is (0,114,144). Sum of RGB (Red+Green+Blue) = 0+114+144=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #007290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007290 is #FF8D6F. Grayscale: #535353. Windows color (decimal): -16747888 or 9466368. OLE color: 9466368.

HSL color Cylindrical-coordinate representation of color #007290: hue angle of 192.5º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007290 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 114 144 -
CMYK 1 0.21 0 0.44
HSL 192.5º 1% 0.28% -
HSV(B) 192.5º 1% 0.56% -
XYZ 11.05 14.05 28.51 -
YUV 83.33 162.23 68.56 -
System Red Green Blue C M Y K H S L
Decimal 0 114 144 1 0.21 0 0.44 192.5 1 0.28
Hex 0 72 90 64 15 0 2C C0 64 1C
Octal 0 162 220 144 25 0 54 300 144 34
Binary 0 1110010 10010000 1100100 10101 0 101100 11000000 1100100 11100

Color Harmonies of #007290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007290

Black with #007290

Text Example


Text Example

White with #007290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007290; }

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

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

background-color css

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

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

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

border-color css

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

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

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