Html Css Color HEX #0F43AE Cobalt

📋 copy color: '#0F43AE'

red 15 ◦ green 67 ◦ blue 174

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

Shades of Cobalt #0F43AE

Tints of Cobalt #0F43AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 5.86%
G = 26.17%
B = 67.97%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F43AE (or 0x0F43AE) is known color: Cobalt. HEX triplet: 0F, 43 and AE. RGB value is (15,67,174). Sum of RGB (Red+Green+Blue) = 15+67+174=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F43AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F43AE is #F0BC51. Grayscale: #3F3F3F. Windows color (decimal): -15776850 or 11420431. OLE color: 11420431.

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

Color convert

RGB 15 67 174 -
CMYK 0.91 0.61 0 0.32
HSL 220.38º 0.84% 0.37% -
HSV(B) 220.38º 0.91% 0.68% -
XYZ 9.84 7.17 40.91 -
YUV 63.65 190.27 93.3 -
System Red Green Blue C M Y K H S L
Decimal 15 67 174 0.91 0.61 0 0.32 220.38 0.84 0.37
Hex F 43 AE 5B 3D 0 20 DC 54 25
Octal 17 103 256 133 75 0 40 334 124 45
Binary 1111 1000011 10101110 1011011 111101 0 100000 11011100 1010100 100101

Color Harmonies of #0F43AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F43AE

Black with #0F43AE

Text Example


Text Example

White with #0F43AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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