Html Css Color HEX #0F87AF Cerulean

📋 copy color: '#0F87AF'

red 15 ◦ green 135 ◦ blue 175

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

Shades of Cerulean #0F87AF

Tints of Cerulean #0F87AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 4.62%
G = 41.54%
B = 53.85%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0F87AF (or 0x0F87AF) is known color: Cerulean. HEX triplet: 0F, 87 and AF. RGB value is (15,135,175). Sum of RGB (Red+Green+Blue) = 15+135+175=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F87AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F87AF is #F07850. Grayscale: #676767. Windows color (decimal): -15759441 or 11503375. OLE color: 11503375.

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

Color convert

RGB 15 135 175 -
CMYK 0.91 0.23 0 0.31
HSL 195º 0.84% 0.37% -
HSV(B) 195º 0.91% 0.69% -
XYZ 16.6 20.52 43.64 -
YUV 103.68 168.24 64.75 -
System Red Green Blue C M Y K H S L
Decimal 15 135 175 0.91 0.23 0 0.31 195 0.84 0.37
Hex F 87 AF 5B 17 0 1F C3 54 25
Octal 17 207 257 133 27 0 37 303 124 45
Binary 1111 10000111 10101111 1011011 10111 0 11111 11000011 1010100 100101

Color Harmonies of #0F87AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F87AF

Black with #0F87AF

Text Example


Text Example

White with #0F87AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,135,175); }

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

background-color css

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

 a { background-color: rgb(15,135,175); }

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

border-color css

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

 span { border-color: rgb(15,135,175); }

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