Html Css Color HEX #007193 Cerulean

📋 copy color: '#007193'

red 0 ◦ green 113 ◦ blue 147

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

Shades of Cerulean #007193

Tints of Cerulean #007193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

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

R = 0%
G = 43.46%
B = 56.54%

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

#007193 (or 0x007193) is known color: Cerulean. HEX triplet: 00, 71 and 93. RGB value is (0,113,147). Sum of RGB (Red+Green+Blue) = 0+113+147=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #007193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007193 is #FF8E6C. Grayscale: #525252. Windows color (decimal): -16748141 or 9662720. OLE color: 9662720.

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

Color convert

RGB 0 113 147 -
CMYK 1 0.23 0 0.42
HSL 193.88º 1% 0.29% -
HSV(B) 193.88º 1% 0.58% -
XYZ 11.17 13.92 29.7 -
YUV 83.09 164.06 68.74 -
System Red Green Blue C M Y K H S L
Decimal 0 113 147 1 0.23 0 0.42 193.88 1 0.29
Hex 0 71 93 64 17 0 2A C2 64 1D
Octal 0 161 223 144 27 0 52 302 144 35
Binary 0 1110001 10010011 1100100 10111 0 101010 11000010 1100100 11101

Color Harmonies of #007193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007193

Black with #007193

Text Example


Text Example

White with #007193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007193; }

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

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

background-color css

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

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

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

border-color css

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

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

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