Html Css Color HEX #007198 Cerulean

📋 copy color: '#007198'

red 0 ◦ green 113 ◦ blue 152

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

Shades of Cerulean #007198

Tints of Cerulean #007198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.36%

R = 0%
G = 42.64%
B = 57.36%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#007198 (or 0x007198) is known color: Cerulean. HEX triplet: 00, 71 and 98. RGB value is (0,113,152). Sum of RGB (Red+Green+Blue) = 0+113+152=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #007198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007198 is #FF8E67. Grayscale: #535353. Windows color (decimal): -16748136 or 9990400. OLE color: 9990400.

HSL color Cylindrical-coordinate representation of color #007198: hue angle of 195.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007198 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 113 152 -
CMYK 1 0.26 0 0.40
HSL 195.39º 1% 0.3% -
HSV(B) 195.39º 1% 0.6% -
XYZ 11.57 14.08 31.81 -
YUV 83.66 166.56 68.33 -
System Red Green Blue C M Y K H S L
Decimal 0 113 152 1 0.26 0 0.40 195.39 1 0.3
Hex 0 71 98 64 1A 0 28 C3 64 1E
Octal 0 161 230 144 32 0 50 303 144 36
Binary 0 1110001 10011000 1100100 11010 0 101000 11000011 1100100 11110

Color Harmonies of #007198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007198

Black with #007198

Text Example


Text Example

White with #007198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007198; }

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

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

background-color css

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

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

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

border-color css

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

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

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