Html Css Color HEX #0682B3 Cerulean

📋 copy color: '#0682B3'

red 6 ◦ green 130 ◦ blue 179

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

Shades of Cerulean #0682B3

Tints of Cerulean #0682B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 56.83%

R = 1.9%
G = 41.27%
B = 56.83%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0682B3 (or 0x0682B3) is known color: Cerulean. HEX triplet: 06, 82 and B3. RGB value is (6,130,179). Sum of RGB (Red+Green+Blue) = 6+130+179=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #0682B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682B3 is #F97D4C. Grayscale: #626262. Windows color (decimal): -16350541 or 11764230. OLE color: 11764230.

HSL color Cylindrical-coordinate representation of color #0682B3: hue angle of 196.99º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0682B3 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 130 179 -
CMYK 0.97 0.27 0 0.30
HSL 196.99º 0.94% 0.36% -
HSV(B) 196.99º 0.97% 0.7% -
XYZ 16.19 19.26 45.51 -
YUV 98.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 6 130 179 0.97 0.27 0 0.30 196.99 0.94 0.36
Hex 6 82 B3 61 1B 0 1E C5 5E 24
Octal 6 202 263 141 33 0 36 305 136 44
Binary 110 10000010 10110011 1100001 11011 0 11110 11000101 1011110 100100

Color Harmonies of #0682B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0682B3

Black with #0682B3

Text Example


Text Example

White with #0682B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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