Html Css Color HEX #0868AB Cerulean

📋 copy color: '#0868AB'

red 8 ◦ green 104 ◦ blue 171

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

Shades of Cerulean #0868AB

Tints of Cerulean #0868AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

 BLUE value IS 171 (67.19% from 255) = 60.42%

R = 2.83%
G = 36.75%
B = 60.42%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0868AB (or 0x0868AB) is known color: Cerulean. HEX triplet: 08, 68 and AB. RGB value is (8,104,171). Sum of RGB (Red+Green+Blue) = 8+104+171=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #0868AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0868AB is #F79754. Grayscale: #525252. Windows color (decimal): -16226133 or 11233288. OLE color: 11233288.

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

Color convert

RGB 8 104 171 -
CMYK 0.95 0.39 0 0.33
HSL 204.66º 0.91% 0.35% -
HSV(B) 204.66º 0.95% 0.67% -
XYZ 12.4 12.89 40.36 -
YUV 82.93 177.7 74.55 -
System Red Green Blue C M Y K H S L
Decimal 8 104 171 0.95 0.39 0 0.33 204.66 0.91 0.35
Hex 8 68 AB 5F 27 0 21 CD 5B 23
Octal 10 150 253 137 47 0 41 315 133 43
Binary 1000 1101000 10101011 1011111 100111 0 100001 11001101 1011011 100011

Color Harmonies of #0868AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0868AB

Black with #0868AB

Text Example


Text Example

White with #0868AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0868AB; }

 p { color: rgb(8,104,171); }

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

background-color css

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

 a { background-color: rgb(8,104,171); }

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

border-color css

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

 span { border-color: rgb(8,104,171); }

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