Html Css Color HEX #0F46AD Cobalt

📋 copy color: '#0F46AD'

red 15 ◦ green 70 ◦ blue 173

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

Shades of Cobalt #0F46AD

Tints of Cobalt #0F46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 173 (67.97% from 255) = 67.05%

R = 5.81%
G = 27.13%
B = 67.05%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F46AD (or 0x0F46AD) is known color: Cobalt. HEX triplet: 0F, 46 and AD. RGB value is (15,70,173). Sum of RGB (Red+Green+Blue) = 15+70+173=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F46AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F46AD is #F0B952. Grayscale: #404040. Windows color (decimal): -15776083 or 11355663. OLE color: 11355663.

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

Color convert

RGB 15 70 173 -
CMYK 0.91 0.60 0 0.32
HSL 219.11º 0.84% 0.37% -
HSV(B) 219.11º 0.91% 0.68% -
XYZ 9.93 7.5 40.46 -
YUV 65.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 15 70 173 0.91 0.60 0 0.32 219.11 0.84 0.37
Hex F 46 AD 5B 3C 0 20 DB 54 25
Octal 17 106 255 133 74 0 40 333 124 45
Binary 1111 1000110 10101101 1011011 111100 0 100000 11011011 1010100 100101

Color Harmonies of #0F46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F46AD

Black with #0F46AD

Text Example


Text Example

White with #0F46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,70,173); }

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

background-color css

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

 a { background-color: rgb(15,70,173); }

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

border-color css

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

 span { border-color: rgb(15,70,173); }

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