Html Css Color HEX #0D83BA Cerulean

📋 copy color: '#0D83BA'

red 13 ◦ green 131 ◦ blue 186

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

Shades of Cerulean #0D83BA

Tints of Cerulean #0D83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 3.94%
G = 39.7%
B = 56.36%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D83BA (or 0x0D83BA) is known color: Cerulean. HEX triplet: 0D, 83 and BA. RGB value is (13,131,186). Sum of RGB (Red+Green+Blue) = 13+131+186=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D83BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D83BA is #F27C45. Grayscale: #656565. Windows color (decimal): -15891526 or 12223245. OLE color: 12223245.

HSL color Cylindrical-coordinate representation of color #0D83BA: hue angle of 199.08º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D83BA is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 131 186 -
CMYK 0.93 0.30 0 0.27
HSL 199.08º 0.87% 0.39% -
HSV(B) 199.08º 0.93% 0.73% -
XYZ 17.15 19.86 49.38 -
YUV 101.99 175.41 64.53 -
System Red Green Blue C M Y K H S L
Decimal 13 131 186 0.93 0.30 0 0.27 199.08 0.87 0.39
Hex D 83 BA 5D 1E 0 1B C7 57 27
Octal 15 203 272 135 36 0 33 307 127 47
Binary 1101 10000011 10111010 1011101 11110 0 11011 11000111 1010111 100111

Color Harmonies of #0D83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D83BA

Black with #0D83BA

Text Example


Text Example

White with #0D83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,131,186); }

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

background-color css

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

 a { background-color: rgb(13,131,186); }

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

border-color css

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

 span { border-color: rgb(13,131,186); }

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