Html Css Color HEX #007293 Cerulean

📋 copy color: '#007293'

red 0 ◦ green 114 ◦ blue 147

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

Shades of Cerulean #007293

Tints of Cerulean #007293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.32%

R = 0%
G = 43.68%
B = 56.32%

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

#007293 (or 0x007293) is known color: Cerulean. HEX triplet: 00, 72 and 93. RGB value is (0,114,147). Sum of RGB (Red+Green+Blue) = 0+114+147=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #007293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007293 is #FF8D6C. Grayscale: #535353. Windows color (decimal): -16747885 or 9662976. OLE color: 9662976.

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

Color convert

RGB 0 114 147 -
CMYK 1 0.22 0 0.42
HSL 193.47º 1% 0.29% -
HSV(B) 193.47º 1% 0.58% -
XYZ 11.28 14.14 29.74 -
YUV 83.68 163.73 68.32 -
System Red Green Blue C M Y K H S L
Decimal 0 114 147 1 0.22 0 0.42 193.47 1 0.29
Hex 0 72 93 64 16 0 2A C1 64 1D
Octal 0 162 223 144 26 0 52 301 144 35
Binary 0 1110010 10010011 1100100 10110 0 101010 11000001 1100100 11101

Color Harmonies of #007293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007293

Black with #007293

Text Example


Text Example

White with #007293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007293; }

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

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

background-color css

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

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

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

border-color css

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

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

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