Html Css Color HEX #0F43AC Cobalt

📋 copy color: '#0F43AC'

red 15 ◦ green 67 ◦ blue 172

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

Shades of Cobalt #0F43AC

Tints of Cobalt #0F43AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

 BLUE value IS 172 (67.58% from 255) = 67.72%

R = 5.91%
G = 26.38%
B = 67.72%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F43AC (or 0x0F43AC) is known color: Cobalt. HEX triplet: 0F, 43 and AC. RGB value is (15,67,172). Sum of RGB (Red+Green+Blue) = 15+67+172=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F43AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F43AC is #F0BC53. Grayscale: #3E3E3E. Windows color (decimal): -15776852 or 11289359. OLE color: 11289359.

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

Color convert

RGB 15 67 172 -
CMYK 0.91 0.61 0 0.33
HSL 220.13º 0.84% 0.37% -
HSV(B) 220.13º 0.91% 0.67% -
XYZ 9.65 7.09 39.89 -
YUV 63.42 189.27 93.46 -
System Red Green Blue C M Y K H S L
Decimal 15 67 172 0.91 0.61 0 0.33 220.13 0.84 0.37
Hex F 43 AC 5B 3D 0 21 DC 54 25
Octal 17 103 254 133 75 0 41 334 124 45
Binary 1111 1000011 10101100 1011011 111101 0 100001 11011100 1010100 100101

Color Harmonies of #0F43AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F43AC

Black with #0F43AC

Text Example


Text Example

White with #0F43AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,67,172); }

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

background-color css

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

 a { background-color: rgb(15,67,172); }

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

border-color css

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

 span { border-color: rgb(15,67,172); }

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