Html Css Color HEX #0F47AF Cobalt

📋 copy color: '#0F47AF'

red 15 ◦ green 71 ◦ blue 175

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

Shades of Cobalt #0F47AF

Tints of Cobalt #0F47AF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 5.75%
G = 27.2%
B = 67.05%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0F47AF (or 0x0F47AF) is known color: Cobalt. HEX triplet: 0F, 47 and AF. RGB value is (15,71,175). Sum of RGB (Red+Green+Blue) = 15+71+175=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F47AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F47AF is #F0B850. Grayscale: #414141. Windows color (decimal): -15775825 or 11486991. OLE color: 11486991.

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

Color convert

RGB 15 71 175 -
CMYK 0.91 0.59 0 0.31
HSL 219º 0.84% 0.37% -
HSV(B) 219º 0.91% 0.69% -
XYZ 10.19 7.7 41.51 -
YUV 66.11 189.45 91.54 -
System Red Green Blue C M Y K H S L
Decimal 15 71 175 0.91 0.59 0 0.31 219 0.84 0.37
Hex F 47 AF 5B 3B 0 1F DB 54 25
Octal 17 107 257 133 73 0 37 333 124 45
Binary 1111 1000111 10101111 1011011 111011 0 11111 11011011 1010100 100101

Color Harmonies of #0F47AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F47AF

Black with #0F47AF

Text Example


Text Example

White with #0F47AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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