Html Css Color HEX #0670AC Cerulean

📋 copy color: '#0670AC'

red 6 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #0670AC

Tints of Cerulean #0670AC

RGB

 RED value IS 6 (2.73% from 255) = 2.07%

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

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 2.07%
G = 38.62%
B = 59.31%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0670AC (or 0x0670AC) is known color: Cerulean. HEX triplet: 06, 70 and AC. RGB value is (6,112,172). Sum of RGB (Red+Green+Blue) = 6+112+172=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #0670AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0670AC is #F98F53. Grayscale: #565656. Windows color (decimal): -16355156 or 11300870. OLE color: 11300870.

HSL color Cylindrical-coordinate representation of color #0670AC: hue angle of 201.69º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0670AC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 112 172 -
CMYK 0.97 0.35 0 0.33
HSL 201.69º 0.93% 0.35% -
HSV(B) 201.69º 0.97% 0.67% -
XYZ 13.32 14.61 41.15 -
YUV 87.15 175.88 70.12 -
System Red Green Blue C M Y K H S L
Decimal 6 112 172 0.97 0.35 0 0.33 201.69 0.93 0.35
Hex 6 70 AC 61 23 0 21 CA 5D 23
Octal 6 160 254 141 43 0 41 312 135 43
Binary 110 1110000 10101100 1100001 100011 0 100001 11001010 1011101 100011

Color Harmonies of #0670AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0670AC

Black with #0670AC

Text Example


Text Example

White with #0670AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0670AC; }

 p { color: rgb(6,112,172); }

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

background-color css

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

 a { background-color: rgb(6,112,172); }

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

border-color css

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

 span { border-color: rgb(6,112,172); }

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