Html Css Color HEX #0F6592 Allports

📋 copy color: '#0F6592'

red 15 ◦ green 101 ◦ blue 146

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

Shades of Allports #0F6592

Tints of Allports #0F6592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.55%

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 5.73%
G = 38.55%
B = 55.73%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F6592 (or 0x0F6592) is known color: Allports. HEX triplet: 0F, 65 and 92. RGB value is (15,101,146). Sum of RGB (Red+Green+Blue) = 15+101+146=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F6592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6592 is #F09A6D. Grayscale: #505050. Windows color (decimal): -15768174 or 9594127. OLE color: 9594127.

HSL color Cylindrical-coordinate representation of color #0F6592: hue angle of 200.61º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6592 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 101 146 -
CMYK 0.90 0.31 0 0.43
HSL 200.61º 0.81% 0.32% -
HSV(B) 200.61º 0.9% 0.57% -
XYZ 10.04 11.48 28.88 -
YUV 80.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 15 101 146 0.90 0.31 0 0.43 200.61 0.81 0.32
Hex F 65 92 5A 1F 0 2B C9 51 20
Octal 17 145 222 132 37 0 53 311 121 40
Binary 1111 1100101 10010010 1011010 11111 0 101011 11001001 1010001 100000

Color Harmonies of #0F6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6592

Black with #0F6592

Text Example


Text Example

White with #0F6592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,101,146); }

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

background-color css

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

 a { background-color: rgb(15,101,146); }

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

border-color css

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

 span { border-color: rgb(15,101,146); }

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