Html Css Color HEX #0674AD Cerulean

📋 copy color: '#0674AD'

red 6 ◦ green 116 ◦ blue 173

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

Shades of Cerulean #0674AD

Tints of Cerulean #0674AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 173 (67.97% from 255) = 58.64%

R = 2.03%
G = 39.32%
B = 58.64%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0674AD (or 0x0674AD) is known color: Cerulean. HEX triplet: 06, 74 and AD. RGB value is (6,116,173). Sum of RGB (Red+Green+Blue) = 6+116+173=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #0674AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0674AD is #F98B52. Grayscale: #595959. Windows color (decimal): -16354131 or 11367430. OLE color: 11367430.

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

Color convert

RGB 6 116 173 -
CMYK 0.97 0.33 0 0.32
HSL 200.48º 0.93% 0.35% -
HSV(B) 200.48º 0.97% 0.68% -
XYZ 13.86 15.55 41.81 -
YUV 89.61 175.06 68.37 -
System Red Green Blue C M Y K H S L
Decimal 6 116 173 0.97 0.33 0 0.32 200.48 0.93 0.35
Hex 6 74 AD 61 21 0 20 C8 5D 23
Octal 6 164 255 141 41 0 40 310 135 43
Binary 110 1110100 10101101 1100001 100001 0 100000 11001000 1011101 100011

Color Harmonies of #0674AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0674AD

Black with #0674AD

Text Example


Text Example

White with #0674AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0674AD; }

 p { color: rgb(6,116,173); }

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

background-color css

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

 a { background-color: rgb(6,116,173); }

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

border-color css

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

 span { border-color: rgb(6,116,173); }

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