Html Css Color HEX #086798 Cerulean

📋 copy color: '#086798'

red 8 ◦ green 103 ◦ blue 152

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

Shades of Cerulean #086798

Tints of Cerulean #086798

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.16%

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

R = 3.04%
G = 39.16%
B = 57.79%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#086798 (or 0x086798) is known color: Cerulean. HEX triplet: 08, 67 and 98. RGB value is (8,103,152). Sum of RGB (Red+Green+Blue) = 8+103+152=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #086798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086798 is #F79867. Grayscale: #4F4F4F. Windows color (decimal): -16226408 or 9987848. OLE color: 9987848.

HSL color Cylindrical-coordinate representation of color #086798: hue angle of 200.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086798 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 103 152 -
CMYK 0.95 0.32 0 0.40
HSL 200.42º 0.9% 0.31% -
HSV(B) 200.42º 0.95% 0.6% -
XYZ 10.62 12.02 31.47 -
YUV 80.18 168.53 76.52 -
System Red Green Blue C M Y K H S L
Decimal 8 103 152 0.95 0.32 0 0.40 200.42 0.9 0.31
Hex 8 67 98 5F 20 0 28 C8 5A 1F
Octal 10 147 230 137 40 0 50 310 132 37
Binary 1000 1100111 10011000 1011111 100000 0 101000 11001000 1011010 11111

Color Harmonies of #086798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086798

Black with #086798

Text Example


Text Example

White with #086798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086798; }

 p { color: rgb(8,103,152); }

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

background-color css

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

 a { background-color: rgb(8,103,152); }

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

border-color css

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

 span { border-color: rgb(8,103,152); }

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