Html Css Color HEX #0874AD Cerulean

📋 copy color: '#0874AD'

red 8 ◦ green 116 ◦ blue 173

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

Shades of Cerulean #0874AD

Tints of Cerulean #0874AD

RGB

 RED value IS 8 (3.52% from 255) = 2.69%

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

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

R = 2.69%
G = 39.06%
B = 58.25%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0874AD (or 0x0874AD) is known color: Cerulean. HEX triplet: 08, 74 and AD. RGB value is (8,116,173). Sum of RGB (Red+Green+Blue) = 8+116+173=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #0874AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0874AD is #F78B52. Grayscale: #595959. Windows color (decimal): -16223059 or 11367432. OLE color: 11367432.

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

Color convert

RGB 8 116 173 -
CMYK 0.95 0.33 0 0.32
HSL 200.73º 0.91% 0.35% -
HSV(B) 200.73º 0.95% 0.68% -
XYZ 13.89 15.56 41.81 -
YUV 90.21 174.72 69.37 -
System Red Green Blue C M Y K H S L
Decimal 8 116 173 0.95 0.33 0 0.32 200.73 0.91 0.35
Hex 8 74 AD 5F 21 0 20 C9 5B 23
Octal 10 164 255 137 41 0 40 311 133 43
Binary 1000 1110100 10101101 1011111 100001 0 100000 11001001 1011011 100011

Color Harmonies of #0874AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0874AD

Black with #0874AD

Text Example


Text Example

White with #0874AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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