Html Css Color HEX #0F83AD Cerulean

📋 copy color: '#0F83AD'

red 15 ◦ green 131 ◦ blue 173

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

Shades of Cerulean #0F83AD

Tints of Cerulean #0F83AD

RGB

 RED value IS 15 (6.25% from 255) = 4.7%

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

 BLUE value IS 173 (67.97% from 255) = 54.23%

R = 4.7%
G = 41.07%
B = 54.23%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F83AD (or 0x0F83AD) is known color: Cerulean. HEX triplet: 0F, 83 and AD. RGB value is (15,131,173). Sum of RGB (Red+Green+Blue) = 15+131+173=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F83AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F83AD is #F07C52. Grayscale: #646464. Windows color (decimal): -15760467 or 11371279. OLE color: 11371279.

HSL color Cylindrical-coordinate representation of color #0F83AD: hue angle of 195.95º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F83AD is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 131 173 -
CMYK 0.91 0.24 0 0.32
HSL 195.95º 0.84% 0.37% -
HSV(B) 195.95º 0.91% 0.68% -
XYZ 15.86 19.35 42.43 -
YUV 101.1 168.57 66.58 -
System Red Green Blue C M Y K H S L
Decimal 15 131 173 0.91 0.24 0 0.32 195.95 0.84 0.37
Hex F 83 AD 5B 18 0 20 C4 54 25
Octal 17 203 255 133 30 0 40 304 124 45
Binary 1111 10000011 10101101 1011011 11000 0 100000 11000100 1010100 100101

Color Harmonies of #0F83AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F83AD

Black with #0F83AD

Text Example


Text Example

White with #0F83AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,131,173); }

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

background-color css

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

 a { background-color: rgb(15,131,173); }

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

border-color css

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

 span { border-color: rgb(15,131,173); }

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