Html Css Color HEX #007090 Cerulean

📋 copy color: '#007090'

red 0 ◦ green 112 ◦ blue 144

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

Shades of Cerulean #007090

Tints of Cerulean #007090

RGB

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

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

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

R = 0%
G = 43.75%
B = 56.25%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#007090 (or 0x007090) is known color: Cerulean. HEX triplet: 00, 70 and 90. RGB value is (0,112,144). Sum of RGB (Red+Green+Blue) = 0+112+144=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #007090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007090 is #FF8F6F. Grayscale: #515151. Windows color (decimal): -16748400 or 9465856. OLE color: 9465856.

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

Color convert

RGB 0 112 144 -
CMYK 1 0.22 0 0.44
HSL 193.33º 1% 0.28% -
HSV(B) 193.33º 1% 0.56% -
XYZ 10.83 13.6 28.44 -
YUV 82.16 162.89 69.4 -
System Red Green Blue C M Y K H S L
Decimal 0 112 144 1 0.22 0 0.44 193.33 1 0.28
Hex 0 70 90 64 16 0 2C C1 64 1C
Octal 0 160 220 144 26 0 54 301 144 34
Binary 0 1110000 10010000 1100100 10110 0 101100 11000001 1100100 11100

Color Harmonies of #007090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007090

Black with #007090

Text Example


Text Example

White with #007090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007090; }

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

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

background-color css

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

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

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

border-color css

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

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

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