Html Css Color HEX #0D82B6 Cerulean

📋 copy color: '#0D82B6'

red 13 ◦ green 130 ◦ blue 182

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

Shades of Cerulean #0D82B6

Tints of Cerulean #0D82B6

RGB

 RED value IS 13 (5.47% from 255) = 4%

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

 BLUE value IS 182 (71.48% from 255) = 56%

R = 4%
G = 40%
B = 56%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0D82B6 (or 0x0D82B6) is known color: Cerulean. HEX triplet: 0D, 82 and B6. RGB value is (13,130,182). Sum of RGB (Red+Green+Blue) = 13+130+182=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #0D82B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D82B6 is #F27D49. Grayscale: #646464. Windows color (decimal): -15891786 or 11960845. OLE color: 11960845.

HSL color Cylindrical-coordinate representation of color #0D82B6: hue angle of 198.46º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D82B6 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 130 182 -
CMYK 0.93 0.29 0 0.29
HSL 198.46º 0.87% 0.38% -
HSV(B) 198.46º 0.93% 0.71% -
XYZ 16.59 19.43 47.13 -
YUV 100.95 173.74 65.27 -
System Red Green Blue C M Y K H S L
Decimal 13 130 182 0.93 0.29 0 0.29 198.46 0.87 0.38
Hex D 82 B6 5D 1D 0 1D C6 57 26
Octal 15 202 266 135 35 0 35 306 127 46
Binary 1101 10000010 10110110 1011101 11101 0 11101 11000110 1010111 100110

Color Harmonies of #0D82B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D82B6

Black with #0D82B6

Text Example


Text Example

White with #0D82B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D82B6; }

 p { color: rgb(13,130,182); }

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

background-color css

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

 a { background-color: rgb(13,130,182); }

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

border-color css

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

 span { border-color: rgb(13,130,182); }

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