Html Css Color HEX #0D82B4 Cerulean

📋 copy color: '#0D82B4'

red 13 ◦ green 130 ◦ blue 180

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

Shades of Cerulean #0D82B4

Tints of Cerulean #0D82B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.73%

R = 4.02%
G = 40.25%
B = 55.73%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0D82B4 (or 0x0D82B4) is known color: Cerulean. HEX triplet: 0D, 82 and B4. RGB value is (13,130,180). Sum of RGB (Red+Green+Blue) = 13+130+180=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #0D82B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D82B4 is #F27D4B. Grayscale: #646464. Windows color (decimal): -15891788 or 11829773. OLE color: 11829773.

HSL color Cylindrical-coordinate representation of color #0D82B4: hue angle of 197.96º 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 #0D82B4 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 130 180 -
CMYK 0.93 0.28 0 0.29
HSL 197.96º 0.87% 0.38% -
HSV(B) 197.96º 0.93% 0.71% -
XYZ 16.39 19.35 46.05 -
YUV 100.72 172.74 65.43 -
System Red Green Blue C M Y K H S L
Decimal 13 130 180 0.93 0.28 0 0.29 197.96 0.87 0.38
Hex D 82 B4 5D 1C 0 1D C6 57 26
Octal 15 202 264 135 34 0 35 306 127 46
Binary 1101 10000010 10110100 1011101 11100 0 11101 11000110 1010111 100110

Color Harmonies of #0D82B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D82B4

Black with #0D82B4

Text Example


Text Example

White with #0D82B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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