Html Css Color HEX #0F4698 Cobalt

📋 copy color: '#0F4698'

red 15 ◦ green 70 ◦ blue 152

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

Shades of Cobalt #0F4698

Tints of Cobalt #0F4698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.14%

R = 6.33%
G = 29.54%
B = 64.14%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F4698 (or 0x0F4698) is known color: Cobalt. HEX triplet: 0F, 46 and 98. RGB value is (15,70,152). Sum of RGB (Red+Green+Blue) = 15+70+152=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 152 (59.77% from 255 or 64.14% from 237); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F4698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4698 is #F0B967. Grayscale: #3E3E3E. Windows color (decimal): -15776104 or 9979407. OLE color: 9979407.

HSL color Cylindrical-coordinate representation of color #0F4698: hue angle of 215.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4698 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 70 152 -
CMYK 0.90 0.54 0 0.40
HSL 215.91º 0.82% 0.33% -
HSV(B) 215.91º 0.9% 0.6% -
XYZ 8.05 6.75 30.58 -
YUV 62.9 178.28 93.83 -
System Red Green Blue C M Y K H S L
Decimal 15 70 152 0.90 0.54 0 0.40 215.91 0.82 0.33
Hex F 46 98 5A 36 0 28 D8 52 21
Octal 17 106 230 132 66 0 50 330 122 41
Binary 1111 1000110 10011000 1011010 110110 0 101000 11011000 1010010 100001

Color Harmonies of #0F4698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4698

Black with #0F4698

Text Example


Text Example

White with #0F4698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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