Html Css Color HEX #0682BC Cerulean

📋 copy color: '#0682BC'

red 6 ◦ green 130 ◦ blue 188

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

Shades of Cerulean #0682BC

Tints of Cerulean #0682BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

 BLUE value IS 188 (73.83% from 255) = 58.02%

R = 1.85%
G = 40.12%
B = 58.02%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0682BC (or 0x0682BC) is known color: Cerulean. HEX triplet: 06, 82 and BC. RGB value is (6,130,188). Sum of RGB (Red+Green+Blue) = 6+130+188=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #0682BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682BC is #F97D43. Grayscale: #636363. Windows color (decimal): -16350532 or 12354054. OLE color: 12354054.

HSL color Cylindrical-coordinate representation of color #0682BC: hue angle of 199.12º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0682BC is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 130 188 -
CMYK 0.97 0.31 0 0.26
HSL 199.12º 0.94% 0.38% -
HSV(B) 199.12º 0.97% 0.74% -
XYZ 17.13 19.63 50.46 -
YUV 99.54 177.92 61.28 -
System Red Green Blue C M Y K H S L
Decimal 6 130 188 0.97 0.31 0 0.26 199.12 0.94 0.38
Hex 6 82 BC 61 1F 0 1A C7 5E 26
Octal 6 202 274 141 37 0 32 307 136 46
Binary 110 10000010 10111100 1100001 11111 0 11010 11000111 1011110 100110

Color Harmonies of #0682BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0682BC

Black with #0682BC

Text Example


Text Example

White with #0682BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0682BC; }

 p { color: rgb(6,130,188); }

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

background-color css

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

 a { background-color: rgb(6,130,188); }

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

border-color css

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

 span { border-color: rgb(6,130,188); }

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