Html Css Color HEX #0F54AB Cobalt

📋 copy color: '#0F54AB'

red 15 ◦ green 84 ◦ blue 171

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

Shades of Cobalt #0F54AB

Tints of Cobalt #0F54AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 5.56%
G = 31.11%
B = 63.33%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F54AB (or 0x0F54AB) is known color: Cobalt. HEX triplet: 0F, 54 and AB. RGB value is (15,84,171). Sum of RGB (Red+Green+Blue) = 15+84+171=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F54AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F54AB is #F0AB54. Grayscale: #484848. Windows color (decimal): -15772501 or 11228175. OLE color: 11228175.

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

Color convert

RGB 15 84 171 -
CMYK 0.91 0.51 0 0.33
HSL 213.46º 0.84% 0.36% -
HSV(B) 213.46º 0.91% 0.67% -
XYZ 10.72 9.38 39.77 -
YUV 73.29 183.14 86.43 -
System Red Green Blue C M Y K H S L
Decimal 15 84 171 0.91 0.51 0 0.33 213.46 0.84 0.36
Hex F 54 AB 5B 33 0 21 D5 54 24
Octal 17 124 253 133 63 0 41 325 124 44
Binary 1111 1010100 10101011 1011011 110011 0 100001 11010101 1010100 100100

Color Harmonies of #0F54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F54AB

Black with #0F54AB

Text Example


Text Example

White with #0F54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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