Html Css Color HEX #0F48AA Cobalt

📋 copy color: '#0F48AA'

red 15 ◦ green 72 ◦ blue 170

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

Shades of Cobalt #0F48AA

Tints of Cobalt #0F48AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 170 (66.8% from 255) = 66.15%

R = 5.84%
G = 28.02%
B = 66.15%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F48AA (or 0x0F48AA) is known color: Cobalt. HEX triplet: 0F, 48 and AA. RGB value is (15,72,170). Sum of RGB (Red+Green+Blue) = 15+72+170=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F48AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F48AA is #F0B755. Grayscale: #414141. Windows color (decimal): -15775574 or 11159567. OLE color: 11159567.

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

Color convert

RGB 15 72 170 -
CMYK 0.91 0.58 0 0.33
HSL 217.94º 0.84% 0.36% -
HSV(B) 217.94º 0.91% 0.67% -
XYZ 9.77 7.64 38.99 -
YUV 66.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 15 72 170 0.91 0.58 0 0.33 217.94 0.84 0.36
Hex F 48 AA 5B 3A 0 21 DA 54 24
Octal 17 110 252 133 72 0 41 332 124 44
Binary 1111 1001000 10101010 1011011 111010 0 100001 11011010 1010100 100100

Color Harmonies of #0F48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F48AA

Black with #0F48AA

Text Example


Text Example

White with #0F48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,170); }

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

background-color css

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

 a { background-color: rgb(15,72,170); }

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

border-color css

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

 span { border-color: rgb(15,72,170); }

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