Html Css Color HEX #0F84AB Cerulean

📋 copy color: '#0F84AB'

red 15 ◦ green 132 ◦ blue 171

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

Shades of Cerulean #0F84AB

Tints of Cerulean #0F84AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 4.72%
G = 41.51%
B = 53.77%

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

#0F84AB (or 0x0F84AB) is known color: Cerulean. HEX triplet: 0F, 84 and AB. RGB value is (15,132,171). Sum of RGB (Red+Green+Blue) = 15+132+171=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F84AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F84AB is #F07B54. Grayscale: #656565. Windows color (decimal): -15760213 or 11240463. OLE color: 11240463.

HSL color Cylindrical-coordinate representation of color #0F84AB: hue angle of 195º 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 #0F84AB is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 132 171 -
CMYK 0.91 0.23 0 0.33
HSL 195º 0.84% 0.36% -
HSV(B) 195º 0.91% 0.67% -
XYZ 15.8 19.54 41.47 -
YUV 101.46 167.24 66.33 -
System Red Green Blue C M Y K H S L
Decimal 15 132 171 0.91 0.23 0 0.33 195 0.84 0.36
Hex F 84 AB 5B 17 0 21 C3 54 24
Octal 17 204 253 133 27 0 41 303 124 44
Binary 1111 10000100 10101011 1011011 10111 0 100001 11000011 1010100 100100

Color Harmonies of #0F84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F84AB

Black with #0F84AB

Text Example


Text Example

White with #0F84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,132,171); }

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

background-color css

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

 a { background-color: rgb(15,132,171); }

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

border-color css

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

 span { border-color: rgb(15,132,171); }

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