Html Css Color HEX #0F83AA Cerulean

📋 copy color: '#0F83AA'

red 15 ◦ green 131 ◦ blue 170

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

Shades of Cerulean #0F83AA

Tints of Cerulean #0F83AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 4.75%
G = 41.46%
B = 53.8%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F83AA (or 0x0F83AA) is known color: Cerulean. HEX triplet: 0F, 83 and AA. RGB value is (15,131,170). Sum of RGB (Red+Green+Blue) = 15+131+170=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F83AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F83AA is #F07C55. Grayscale: #646464. Windows color (decimal): -15760470 or 11174671. OLE color: 11174671.

HSL color Cylindrical-coordinate representation of color #0F83AA: hue angle of 195.1º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F83AA is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 131 170 -
CMYK 0.91 0.23 0 0.33
HSL 195.1º 0.84% 0.36% -
HSV(B) 195.1º 0.91% 0.67% -
XYZ 15.57 19.24 40.92 -
YUV 100.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 15 131 170 0.91 0.23 0 0.33 195.1 0.84 0.36
Hex F 83 AA 5B 17 0 21 C3 54 24
Octal 17 203 252 133 27 0 41 303 124 44
Binary 1111 10000011 10101010 1011011 10111 0 100001 11000011 1010100 100100

Color Harmonies of #0F83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F83AA

Black with #0F83AA

Text Example


Text Example

White with #0F83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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